diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4448266..c3d957a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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