We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e21d30 commit a26702eCopy full SHA for a26702e
1 file changed
.github/workflows/test.yml
@@ -24,8 +24,6 @@ jobs:
24
run: pnpm install --frozen-lockfile --ignore-scripts
25
- name: Run tests
26
run: pnpm test
27
- env:
28
- FORCE_COLOR: 2
29
short:
30
runs-on: ubuntu-latest
31
strategy:
@@ -52,5 +50,3 @@ jobs:
52
50
53
51
- name: Run unit tests
54
run: node --experimental-vm-modules node_modules/jest/bin/jest.js
55
56
0 commit comments