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 7706288 commit 7ff3e0fCopy full SHA for 7ff3e0f
.github/workflows/ci.yml
@@ -26,17 +26,17 @@ 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@v4
+ # test:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - name: Checkout
+ # uses: actions/checkout@v4
34
35
- - name: Setup
36
- uses: ./.github/actions/setup
+ # - name: Setup
+ # uses: ./.github/actions/setup
37
38
- - name: Run unit tests
39
- run: yarn test --maxWorkers=2 --coverage
+ # - name: Run unit tests
+ # run: yarn test --maxWorkers=2 --coverage
40
41
build-library:
42
runs-on: ubuntu-latest
0 commit comments