Skip to content

Commit

Permalink
Fix ci build (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun authored Apr 1, 2024
1 parent d11ed49 commit b6a7b47
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 @@ -45,7 +45,7 @@ jobs:
npm i
npm run formatCheck
npx tsc
npx quick-lint-js **/*.mjs **/*.ts
npx quick-lint-js ./**/*.mjs ./src/**/*.ts
NODE_V8_COVERAGE=coverage0 npx c8 -r lcovonly --all --src ./src node --experimental-test-coverage ./test/all.mjs
if: ${{ env.TAG_NAME == '' }}

Expand Down

0 comments on commit b6a7b47

Please sign in to comment.