-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd0bbbf
commit 3bfea9b
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
env: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
test-18: | ||
test-react-18: | ||
needs: [install-cache-deps] | ||
runs-on: ubuntu-latest | ||
name: Test React 18 | ||
|
@@ -80,7 +80,8 @@ jobs: | |
|
||
- name: Switch to React 18 | ||
run: | ||
yarn add [email protected] [email protected] [email protected] @react-native/[email protected] | ||
yarn remove react react-test-renderer react-native @react-native/babel-preset | ||
yarn add -D [email protected] [email protected] [email protected] @react-native/[email protected] | ||
|
||
- name: Test | ||
run: yarn test:ci | ||
|