Skip to content

Commit 08dde14

Browse files
committed
ci: comment why tests are disabled in CI
1 parent c713881 commit 08dde14

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,20 @@ 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+
# TODO: build test orchestration for Android and iOS and run
88+
# detox tests on both platforms.
89+
# test:
90+
# runs-on: ubuntu-latest
91+
# timeout-minutes: 30
92+
# steps:
93+
# - name: Checkout
94+
# uses: actions/checkout@v4
95+
#
96+
# - name: Setup
97+
# uses: ./.github/actions/setup
98+
#
99+
# - name: Run unit tests
100+
# run: yarn test --maxWorkers=2 --coverage
99101

100102
build-library:
101103
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)