Skip to content

Commit a26702e

Browse files
committed
Clean up CI
1 parent 1e21d30 commit a26702e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
run: pnpm install --frozen-lockfile --ignore-scripts
2525
- name: Run tests
2626
run: pnpm test
27-
env:
28-
FORCE_COLOR: 2
2927
short:
3028
runs-on: ubuntu-latest
3129
strategy:
@@ -52,5 +50,3 @@ jobs:
5250
run: pnpm install --frozen-lockfile --ignore-scripts
5351
- name: Run unit tests
5452
run: node --experimental-vm-modules node_modules/jest/bin/jest.js
55-
env:
56-
FORCE_COLOR: 2

0 commit comments

Comments
 (0)