We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03847f8 commit 23e1b72Copy full SHA for 23e1b72
.github/workflows/ci.yml
@@ -8,9 +8,6 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
- defaults:
12
- run:
13
- working-directory: ./react-native-expo
14
15
strategy:
16
matrix:
@@ -20,9 +17,13 @@ jobs:
20
17
- uses: actions/checkout@v4
21
18
- name: Use Node.js ${{ matrix.node-version }}
22
19
uses: actions/setup-node@v4
+ working-directory: ./react-native-expo
23
with:
24
node-version: ${{ matrix.node-version }}
25
cache: 'yarn'
26
- run: yarn install
27
- run: yarn lint
28
- run: yarn test:ci
29
0 commit comments