add CI task

pull/17/head
Timothée Rebours 3 years ago
parent 44ae8d7029
commit cfea45cb01
  1. 13
      .github/workflows/github-actions-demo.yml

@ -45,3 +45,16 @@ jobs:
uses: browser-actions/setup-chrome@latest uses: browser-actions/setup-chrome@latest
- run: npm ci - run: npm ci
- run: npm run test:browser - run: npm run test:browser
react-native-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'npm'
- run: npm ci
- run: npm run test:react-native

Loading…
Cancel
Save