Skip to content

Commit

Permalink
Merge pull request #5 from erik1110/feature/api
Browse files Browse the repository at this point in the history
[feat] update github action yaml
  • Loading branch information
erik1110 committed Jan 2, 2024
2 parents 0185e7f + 857fe1b commit 7531a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: NPM install, build and test
run: |
npm install
npm run start
npm run test
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 7531a72

Please sign in to comment.