Build the initial React Native project in e2e tests (#13642)

This commit is contained in:
Nicolò Ribaudo
2021-08-10 21:40:10 +02:00
committed by GitHub
parent 9286cdb072
commit 9188e9575c
2 changed files with 46 additions and 1 deletions

View File

@@ -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