Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jul 7, 2024
1 parent 83b1447 commit 077b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
run: node --run test
env:
AKISMET_API_KEY: ${{secrets.AKISMET_API_KEY}}
NODE_ENV: test

0 comments on commit 077b1db

Please sign in to comment.