diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2eeaa55..69bf8d2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }}