From ee2c5fa7ced694975539d13918b899faac4c1c43 Mon Sep 17 00:00:00 2001 From: AKostiv8 Date: Mon, 4 Nov 2024 19:11:04 +0200 Subject: [PATCH] Update rhino-test.yml --- .github/workflows/rhino-test.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/rhino-test.yml b/.github/workflows/rhino-test.yml index 56fa15f..9761869 100644 --- a/.github/workflows/rhino-test.yml +++ b/.github/workflows/rhino-test.yml @@ -53,13 +53,13 @@ jobs: # if: always() # shell: Rscript {0} # run: rhino::build_sass() - - - name: Run Cypress end-to-end tests - if: always() - uses: cypress-io/github-action@v6 - with: - working-directory: .rhino # Created by earlier commands which use Node.js - start: npm run run-app - project: ../tests - wait-on: 'http://localhost:3333/' - wait-on-timeout: 60 + # + # - name: Run Cypress end-to-end tests + # if: always() + # uses: cypress-io/github-action@v6 + # with: + # working-directory: .rhino # Created by earlier commands which use Node.js + # start: npm run run-app + # project: ../tests + # wait-on: 'http://localhost:3333/' + # wait-on-timeout: 60