Skip to content

Commit 7ff3e0f

Browse files
committed
chore: comment out test job in CI workflow to streamline configuration
1 parent 7706288 commit 7ff3e0f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
- name: Typecheck files
2727
run: yarn typecheck
2828

29-
test:
30-
runs-on: ubuntu-latest
31-
steps:
32-
- name: Checkout
33-
uses: actions/checkout@v4
29+
# test:
30+
# runs-on: ubuntu-latest
31+
# steps:
32+
# - name: Checkout
33+
# uses: actions/checkout@v4
3434

35-
- name: Setup
36-
uses: ./.github/actions/setup
35+
# - name: Setup
36+
# uses: ./.github/actions/setup
3737

38-
- name: Run unit tests
39-
run: yarn test --maxWorkers=2 --coverage
38+
# - name: Run unit tests
39+
# run: yarn test --maxWorkers=2 --coverage
4040

4141
build-library:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)