Browse Source

chore: enable cypress test

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/559/head
Pranav C 3 years ago
parent
commit
824fdfd386
  1. 22
      .github/workflows/ci-cd.yml

22
.github/workflows/ci-cd.yml

@ -9,17 +9,17 @@ on:
branches: [ master ] branches: [ master ]
jobs: jobs:
# cypress-run: cypress-run:
# runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
# steps: steps:
# - name: Checkout - name: Checkout
# uses: actions/checkout@v2 uses: actions/checkout@v2
# - name: Cypress run - name: Cypress run
# uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v2
# with: with:
# start: docker-compose -f ./docker-compose-cypress.yml up -d start: docker-compose -f ./docker-compose-cypress.yml up -d
# wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
# wait-on-timeout: 900 wait-on-timeout: 900
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save