Skip to content

Commit

Permalink
Merge pull request #7 from erik1110/feature/api
Browse files Browse the repository at this point in the history
[feat] add test command
  • Loading branch information
erik1110 committed Jan 2, 2024
2 parents d442e48 + f6413b9 commit 3024264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
npm install
npm run build --if-present
npm run test --if-present
env:
MONGO_URI: ${{ secrets.MONGO_URI }}
ENCRYPT_JWT_SECRET: ${{ secrets.ENCRYPT_JWT_SECRET }}
Expand Down

0 comments on commit 3024264

Please sign in to comment.