Skip to content

Commit

Permalink
fix: tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed May 24, 2024
1 parent 1eb1879 commit 1433390
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,11 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- name: Install dependencies
run: npm ci
- run: npm ci
- run: npm run lint

- name: Run linter
run: npm run lint

- name: Run TypeScript tests
run: npm run test:typescript

- name: Run Node tests
run: npm run coverage
- name: Run tests
run: npm run test --ignore-scripts
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 1433390

Please sign in to comment.