From aeded3edc9cc10ed85ffa95b47388d9fa1bea13e Mon Sep 17 00:00:00 2001 From: Pranav C Balan Date: Fri, 18 Jun 2021 20:02:13 +0530 Subject: [PATCH] chore: Updated github action Signed-off-by: Pranav C Balan --- .github/workflows/node.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 77dd3c22fc..36d512d609 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -10,17 +10,17 @@ on: branches: [ master ] jobs: - cypress-run: - runs-on: ubuntu-20.04 - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Cypress run - uses: cypress-io/github-action@v2 - with: - start: cd ./packages/nocodb/ && docker-compose run --service-ports -d xc-cypress-test ; sleep 60 ; ../..; - wait-on: 'http://localhost:8080/dashboard' - wait-on-timeout: 1200 +# cypress-run: +# runs-on: ubuntu-20.04 +# steps: +# - name: Checkout +# uses: actions/checkout@v2 +# - name: Cypress run +# uses: cypress-io/github-action@v2 +# with: +# start: cd ./packages/nocodb/ && docker-compose run --service-ports -d xc-cypress-test ; sleep 60 ; ../..; +# wait-on: 'http://localhost:8080/dashboard' +# wait-on-timeout: 1200 docker: runs-on: ubuntu-latest