Build the initial React Native project in e2e tests (#13642)
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -423,7 +423,13 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
project: [babel, babel-old-version, create-react-app, vue-cli, jest]
|
||||
project:
|
||||
- babel
|
||||
- babel-old-version
|
||||
- create-react-app
|
||||
- vue-cli
|
||||
- jest
|
||||
- react-native
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user