Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
outisa committed Aug 5, 2024
1 parent 8a7dece commit 7a50012
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/node-push.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
mongodb-version: ${{ matrix.mongodb-version }}
- run: npm ci
- run: npm run library
- run: npm run test-githubactions -- tests/bacterium_api.test.js
- run: npm run test-githubactions -- tests/test_api.test.js
- run: npm run test-githubactions -- tests/user_api.test.js
- run: npm run test-githubactions -- tests/credit_api.test.js
- run: npm run test-githubactions -- tests/game_api.test.js
- run: npm run test-githubactions -- tests/case_api.test.js
- run: npm run test-githubactions -- tests/game_testing.test.js
- run: npm run test-githubactions -- ./tests/bacterium_api.test.js
- run: npm run test-githubactions -- ./tests/test_api.test.js
- run: npm run test-githubactions -- ./tests/user_api.test.js
- run: npm run test-githubactions -- ./tests/credit_api.test.js
- run: npm run test-githubactions -- ./tests/game_api.test.js
- run: npm run test-githubactions -- ./tests/case_api.test.js
- run: npm run test-githubactions -- ./tests/game_testing.test.js
env:
SECRET: ${{ secrets.SECRET }}
IMAGEURL: 'images'
Expand Down

0 comments on commit 7a50012

Please sign in to comment.