Skip to content

Commit 5661e08

Browse files
committed
Disable tests for now
1 parent 232cd48 commit 5661e08

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131
- name: Typecheck files
3232
run: yarn typecheck
3333

34-
test:
35-
runs-on: ubuntu-latest
34+
# test:
35+
# runs-on: ubuntu-latest
3636

37-
steps:
38-
- name: Checkout
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
# steps:
38+
# - name: Checkout
39+
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040

41-
- name: Setup
42-
uses: ./.github/actions/setup
41+
# - name: Setup
42+
# uses: ./.github/actions/setup
4343

44-
- name: Run unit tests
45-
run: yarn test --maxWorkers=2 --coverage
44+
# - name: Run unit tests
45+
# run: yarn test --maxWorkers=2 --coverage
4646

4747
build-library:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)