File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,21 @@ jobs:
8484 - name : Check Java formatting
8585 run : ./scripts/format-java.sh --check
8686
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
87+ test :
88+ runs-on : ubuntu-latest
89+ timeout-minutes : 30
90+ steps :
91+ - name : Placeholder Test Step
92+ run : echo "No tests to run yet" && true
93+ # TODO: build test orchestration for Android and iOS and run detox tests on both platforms.
94+ # - name: Checkout
95+ # uses: actions/checkout@v4
96+
97+ # - name: Setup
98+ # uses: ./.github/actions/setup
99+
100+ # - name: Run unit tests
101+ # run: yarn test --maxWorkers=2 --coverage
101102
102103 build-library :
103104 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments