Skip to content

Commit

Permalink
Update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcanna authored Nov 20, 2023
1 parent ef75649 commit ea7afc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
PORT: 3333
run: |
npx -q dredd@^13.1.2
npx -q jest@^27.4 --collectCoverage --forceExit
npx -q jest@^29.7 --collectCoverage --forceExit
- name: Run tests with mongodb cache full
env:
MONGO_URL: mongodb://localhost:${{ job.services.mongo.ports['27017'] }}/raiapi-test
Expand All @@ -61,12 +61,12 @@ jobs:
PORT: 3333
run: |
npx -q dredd@^13.1.2
npx -q jest@^27.4 --collectCoverage --forceExit
npx -q jest@^29.7 --collectCoverage --forceExit
- name: Run tests with mongodb cache not available
env:
APIARY_API_KEY: ${{ secrets.APIARY_API_KEY }}
NODE_ENV: test
PORT: 3333
run: |
npx -q dredd@^13.1.2
npx -q jest@^27.4 --collectCoverage --forceExit
npx -q jest@^29.7 --collectCoverage --forceExit

0 comments on commit ea7afc4

Please sign in to comment.