pull ci branch

This commit is contained in:
Ruidy Nemausat 2020-05-12 10:17:29 +02:00
commit 7c875d934f
2 changed files with 19 additions and 1 deletions

18
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Deploy
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Unit tests
run: yarn test --watchAll=false
- name: E2E tests
uses: cypress-io/github-action@v1
with:
start: yarn start
wait-on: 'http://localhost:3000'

View file

@ -20,7 +20,7 @@ and edit your E2E test cases in `cypress/integration/` folder.
- [ReactJs](https://reactjs.org/) - A JavaScript library for building user interfaces
- [Redux](https://redux.js.org/) - A predictable statea container for JavaScript apps
- [ROME](https://fiirebase.google.com/) - Firebase helps mobile and web app teams succeed
- [Firebase](https://firebase.google.com/) - Firebase helps mobile and web app teams succeed
## Versioning