Skip to content

Commit

Permalink
[feat] update github action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erik1110 committed Jan 2, 2024
1 parent 39acce8 commit 857fe1b
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 857fe1b

Please sign in to comment.