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 472e64e commit 63b2114Copy full SHA for 63b2114
.github/workflows/ci.yml
@@ -26,17 +26,6 @@ jobs:
26
- name: Typecheck files
27
run: yarn typecheck
28
29
- test:
30
- runs-on: ubuntu-latest
31
- steps:
32
- - name: Checkout
33
- uses: actions/checkout@v3
34
-
35
- - name: Setup
36
- uses: ./.github/actions/setup
37
38
- - name: Run unit tests
39
- run: yarn test --maxWorkers=2 --coverage
40
41
build-library:
42
runs-on: ubuntu-latest
0 commit comments