Skip to content

Commit

Permalink
chore: add caching step: disable watching for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Apr 13, 2024
1 parent b305dfc commit f0d969d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_branch_execute_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn test:ci

yarn_lint:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
},
"configurations": {
"ci": {
"progress": false,
"watch": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "ng build",
"build:prod": "ng build --configuration production",
"test": "ng test",
"test:ci": "ng test --configuration ci",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy:dev": "ionic build --prod && rsync -zrvh ./www/* node-development:/var/www/stop-motion-app/"
},
"private": true,
Expand Down

0 comments on commit f0d969d

Please sign in to comment.