From ef4585d98b3fec9a1957a79e0aee19531102b0da Mon Sep 17 00:00:00 2001 From: Naoyuki Sogo Date: Tue, 16 Apr 2024 21:26:39 +0900 Subject: [PATCH] fix remotehost.json for cypress test --- .github/workflows/run_cypress.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_cypress.yml b/.github/workflows/run_cypress.yml index 8e616324..9f900a50 100644 --- a/.github/workflows/run_cypress.yml +++ b/.github/workflows/run_cypress.yml @@ -1,7 +1,7 @@ name: Cypress Tests -on: +on: push: - branches: + branches: - master jobs: cypress-run: @@ -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, @@ -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: