mirror of
https://github.com/expo/create-react-native-app.git
synced 2026-03-28 16:07:02 +00:00
* Add test infra * Added tests * Update index-test.js * Update test.yml * disable pods on non-darwin machine * Update index-test.js
17 lines
258 B
YAML
17 lines
258 B
YAML
name: 'Test'
|
|
|
|
on:
|
|
pull_request:
|
|
types: [synchronize, opened]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 1
|
|
- run: yarn
|
|
- run: yarn build
|
|
- run: yarn test
|