Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 28, 2021
1 parent f2aa292 commit 11f6fe8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test
on:
push:
pull_request:
env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 16 Full
Expand All @@ -20,6 +18,8 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test
env:
FORCE_COLOR: 2
short:
runs-on: ubuntu-latest
strategy:
Expand All @@ -41,3 +41,5 @@ jobs:
run: yarn install --frozen-lockfile --ignore-engines
- name: Run unit tests
run: npx jest
env:
FORCE_COLOR: 2

0 comments on commit 11f6fe8

Please sign in to comment.