Skip to content

Commit

Permalink
ci: comment why tests are disabled in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Dec 17, 2024
1 parent c41d254 commit 20f80f6
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,20 @@ jobs:
- name: Check Java formatting
run: ./scripts/format-java.sh --check

# 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
# TODO: build test orchestration for Android and iOS and run
# detox tests on both platforms.
# 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

build-library:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20f80f6

Please sign in to comment.