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 9aca455 commit 485a2a1Copy full SHA for 485a2a1
.github/workflows/ci.yml
@@ -23,26 +23,8 @@ jobs:
23
- name: Typecheck files
24
run: yarn typecheck
25
26
- test:
27
- runs-on: ubuntu-latest
28
- steps:
29
- - name: Checkout
30
- uses: actions/checkout@v4
31
-
32
- - name: Setup
33
- uses: ./.github/actions/setup
34
35
- name: Run unit tests
36
run: yarn test --maxWorkers=2 --coverage
37
38
- build:
39
40
41
42
43
44
45
46
47
- name: Build package
48
run: yarn prepack
0 commit comments