diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..b079b0d --- /dev/null +++ b/.github/workflows/deploy.yml @@ -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' diff --git a/README.md b/README.md index a1f48a8..5e59400 100644 --- a/README.md +++ b/README.md @@ -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