From f9f4c8a843093f5896294705b6dd49919bb62109 Mon Sep 17 00:00:00 2001 From: Shun Miyazawa Date: Tue, 9 Apr 2024 09:15:31 +0000 Subject: [PATCH] test ci --- .github/workflows/ci-app-prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-app-prod.yml b/.github/workflows/ci-app-prod.yml index 0db213d9586..5180c860f2b 100644 --- a/.github/workflows/ci-app-prod.yml +++ b/.github/workflows/ci-app-prod.yml @@ -49,7 +49,7 @@ concurrency: jobs: test-prod-node18: - uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master + uses: weseek/growi/.github/workflows/reusable-app-prod.yml@fix/failed-upload-cypress-test-result-screenshots with: node-version: 18.x skip-cypress: true @@ -58,7 +58,7 @@ jobs: test-prod-node20: - uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master + uses: weseek/growi/.github/workflows/reusable-app-prod.yml@fix/failed-upload-cypress-test-result-screenshots with: node-version: 20.x skip-cypress: ${{ contains( github.event.pull_request.labels.*.name, 'dependencies' ) }} @@ -71,7 +71,7 @@ jobs: run-reg-suit-node20: needs: [test-prod-node20] - uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master + uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@fix/failed-upload-cypress-test-result-screenshots if: always()