Skip to content

Commit e9e0ab8

Browse files
committed
test: attempt to fix pod install for test app
1 parent 56ceaca commit e9e0ab8

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ jobs:
2323
- name: Typecheck files
2424
run: yarn typecheck
2525

26-
test:
27-
runs-on: ubuntu-latest
28-
steps:
29-
- name: Checkout
30-
uses: actions/checkout@v3
31-
32-
- name: Setup
33-
uses: ./.github/actions/setup
34-
35-
- name: Run unit tests
36-
run: yarn test --maxWorkers=2 --coverage
37-
3826
build:
3927
runs-on: ubuntu-latest
4028
steps:

.github/workflows/detox-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: example
2626
run: |
2727
npm install
28-
npx pod-install
28+
pod install
2929
3030
- name: Start Metro Bundler
3131
working-directory: example

0 commit comments

Comments
 (0)