Skip to content

Commit

Permalink
fix: Changes in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
freakymittal committed Aug 10, 2023
1 parent 2b0d23c commit 19db57e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
- name: Test
run: npm test
env:
CI: true
INTUGINE_DB_URI: ${{secrets.INTUGINE_DB_URI}}

publish-npm:
needs: build
Expand Down

0 comments on commit 19db57e

Please sign in to comment.