Skip to content

Commit

Permalink
fix: gha for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Sep 5, 2022
1 parent 65ce7de commit 7fc2379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git checkout -- package-lock.json

- name: Test APIs
run: npm run test:ci
run: npm run test:ci:mongo
env:
DB_URI: ${{ secrets.DB_URI }}
NODE_ENV: ci
2 changes: 1 addition & 1 deletion .github/workflows/test-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git checkout -- package-lock.json

- name: Test APIs
run: npm run test:ci
run: npm run test:ci:postgresql
env:
DB_URI: ${{ secrets.DB_URI }}
NODE_ENV: ci

0 comments on commit 7fc2379

Please sign in to comment.