Skip to content

Commit

Permalink
fix: publish -> test-mongo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Aug 3, 2023
1 parent efc53c6 commit 2d0954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
version: 6.x.x

- name: Test APIs
run: npm run test:ci:mongo
run: npm run test:mongo:ci
env:
MONGO_URI: ${{ secrets.MONGO_URI }}
NODE_ENV: ci
Expand Down

0 comments on commit 2d0954a

Please sign in to comment.