File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
actions/setup-deps-rn-nightly Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 yarn add -D \
3232 react-native@nightly \
33- @react-native/babel-preset@nightly
33+ @react-native/babel-preset@nightly \
34+ @react-native/jest-preset@nightly
3435 shell : bash
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 name : Lint - ${{ matrix.rn-version }}
2020 strategy :
21+ fail-fast : false
2122 matrix :
2223 rn-version : [latest, next, nightly]
2324 steps :
4546 runs-on : ubuntu-latest
4647 name : Typecheck - ${{ matrix.rn-version }}
4748 strategy :
49+ fail-fast : false
4850 matrix :
4951 rn-version : [latest, next, nightly]
5052 steps :
7274 runs-on : ubuntu-latest
7375 name : Test - ${{ matrix.rn-version }}
7476 strategy :
77+ fail-fast : false
7578 matrix :
7679 rn-version : [latest, next, nightly]
7780 steps :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 name : Lint - ${{ matrix.rn-version }}
2020 strategy :
21+ fail-fast : false
2122 matrix :
2223 rn-version : [latest, next, nightly]
2324 steps :
4344 runs-on : ubuntu-latest
4445 name : Typecheck - ${{ matrix.rn-version }}
4546 strategy :
47+ fail-fast : false
4648 matrix :
4749 rn-version : [latest, next, nightly]
4850 steps :
6870 runs-on : ubuntu-latest
6971 name : Test - ${{ matrix.rn-version }}
7072 strategy :
73+ fail-fast : false
7174 matrix :
7275 rn-version : [latest, next, nightly]
7376 steps :
You can’t perform that action at this time.
0 commit comments