From 78d0cc16a9587045cc504f59e8012936d2af0203 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Tue, 12 May 2020 10:12:05 +0200 Subject: [PATCH] fix error in README --- .github/workflows/deploy.yml | 18 ++++++++++++++++++ README.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/deploy.yml 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..879fabb 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://fiirebase.google.com/) - Firebase helps mobile and web app teams succeed ## Versioning