Skip to content

Commit

Permalink
Merge pull request #46 from RIKEN-RCCS/fixCypressTest
Browse files Browse the repository at this point in the history
fix remotehost.json for cypress test
  • Loading branch information
so5 authored Apr 16, 2024
2 parents ab9920c + ef4585d commit 1351e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_cypress.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Cypress Tests
on:
on:
push:
branches:
branches:
- master
jobs:
cypress-run:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
"numJob": 5,
"port": ${{ secrets.WHEEL_TEST_PORT }},
"id": "dummy-id",
"jobScheduler": "PBSPro",
"jobScheduler": "PBSProWithoutHistory",
"queue": "workq",
"renewInterval": 0,
"renewDelay": 0,
Expand All @@ -60,7 +60,7 @@ jobs:
- run: npm install simple-ssh
- run: npm install @cypress/webpack-preprocessor
- run: npm install cypress-delete-downloads-folder

- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 1351e9a

Please sign in to comment.