Skip to content

Commit

Permalink
Update rhino-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AKostiv8 committed Nov 4, 2024
1 parent e62b505 commit ee2c5fa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/rhino-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee2c5fa

Please sign in to comment.