Browse Source

chore: Updated github action

Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
pull/293/head
Pranav C Balan 3 years ago
parent
commit
aeded3edc9
  1. 22
      .github/workflows/node.yml

22
.github/workflows/node.yml

@ -10,17 +10,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: cd ./packages/nocodb/ && docker-compose run --service-ports -d xc-cypress-test ; sleep 60 ; ../..; # start: cd ./packages/nocodb/ && docker-compose run --service-ports -d xc-cypress-test ; sleep 60 ; ../..;
wait-on: 'http://localhost:8080/dashboard' # wait-on: 'http://localhost:8080/dashboard'
wait-on-timeout: 1200 # wait-on-timeout: 1200
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save