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 5ca3a43 commit 40d8c08Copy full SHA for 40d8c08
.github/workflows/ci.yml
@@ -26,18 +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
43
steps:
0 commit comments