Skip to content

Commit b224aab

Browse files
chore: disable tests on ci for now
1 parent 4d686ff commit b224aab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ jobs:
8484
- name: Check Java formatting
8585
run: ./scripts/format-java.sh --check
8686

87-
test:
88-
runs-on: ubuntu-latest
89-
timeout-minutes: 30
90-
steps:
91-
- name: Checkout
92-
uses: actions/checkout@v4
93-
94-
- name: Setup
95-
uses: ./.github/actions/setup
96-
97-
- name: Run unit tests
98-
run: yarn test --maxWorkers=2 --coverage
87+
# test:
88+
# runs-on: ubuntu-latest
89+
# timeout-minutes: 30
90+
# steps:
91+
# - name: Checkout
92+
# uses: actions/checkout@v4
93+
#
94+
# - name: Setup
95+
# uses: ./.github/actions/setup
96+
#
97+
# - name: Run unit tests
98+
# run: yarn test --maxWorkers=2 --coverage
9999

100100
build-library:
101101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)