Skip to content

Commit

Permalink
[feat] update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
erik1110 committed Jan 2, 2024
1 parent 12f659f commit 9403310
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}


- name: NPM install, build and test
run: |
run: |
npm install
nest run start
npm test
env:
env:
MONGO_URI: ${{ secrets.MONGO_URI }}
ENCRYPT_JWT_SECRET: ${{ secrets.ENCRYPT_JWT_SECRET }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
Expand Down

0 comments on commit 9403310

Please sign in to comment.