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 4d686ff commit b224aabCopy full SHA for b224aab
.github/workflows/ci.yml
@@ -84,18 +84,18 @@ jobs:
84
- name: Check Java formatting
85
run: ./scripts/format-java.sh --check
86
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
+# test:
+# runs-on: ubuntu-latest
+# timeout-minutes: 30
+# steps:
+# - name: Checkout
+# uses: actions/checkout@v4
+#
+# - name: Setup
+# uses: ./.github/actions/setup
+# - name: Run unit tests
+# run: yarn test --maxWorkers=2 --coverage
99
100
build-library:
101
runs-on: ubuntu-latest
0 commit comments