Skip to content

Commit

Permalink
fix: add missing run keyword for npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Oct 11, 2024
1 parent 1d5b618 commit 3b185c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
languages: js
service-name: ${{ secrets.DD_SERVICE_NAME }}
api-key: ${{ secrets.DD_API_KEY }}
- run: npm test:coverage
- run: npm run test:coverage
env:
# Required to allow Datadog to trace Vitest tests
NODE_OPTIONS: -r ${{ env.DD_TRACE_PACKAGE }}
Expand Down

0 comments on commit 3b185c6

Please sign in to comment.