Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
fix: bad pointer in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 18, 2024
1 parent defeb04 commit 7fda3fc
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 @@ -41,7 +41,7 @@ jobs:
run: npm run test:typescript

- name: Run Node tests
run: npm run coverage:node
run: npm run coverage
env:
# `chalk` has troubles with color detection while on CI and also in how it's used within our tests.
# https://github.com/chalk/supports-color/issues/106
Expand Down

0 comments on commit 7fda3fc

Please sign in to comment.