Skip to content

Commit

Permalink
amend CI test command
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Oct 1, 2024
1 parent 32dd04f commit 5cd242f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: run tests
run: |
cd apps/nowcasting-app
yarn start & sleep 5 && yarn test --coverage --coverageDirectory=../..
yarn start & sleep 5 && yarn test:ci --coverage --coverageDirectory=../..
2 changes: 1 addition & 1 deletion apps/nowcasting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "next lint",
"pre-commit": "pre-commit run",
"test": "yarn dev & cypress run --browser chrome && jest && lsof -t -i :3002 | xargs kill",
"test:ci": "yarn dev & cypress run --browser chrome && jest"
"test:ci": "cypress run --browser chrome && jest"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.8.0",
Expand Down

0 comments on commit 5cd242f

Please sign in to comment.