We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ceaca commit e9e0ab8Copy full SHA for e9e0ab8
.github/workflows/ci.yml
@@ -23,18 +23,6 @@ jobs:
23
- name: Typecheck files
24
run: yarn typecheck
25
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
38
build:
39
runs-on: ubuntu-latest
40
steps:
.github/workflows/detox-tests.yml
@@ -25,7 +25,7 @@ jobs:
working-directory: example
run: |
npm install
- npx pod-install
+ pod install
- name: Start Metro Bundler
0 commit comments