Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Apr 9, 2024
1 parent 31281a9 commit ee3ba1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) }}
Expand All @@ -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()

Expand Down

0 comments on commit ee3ba1a

Please sign in to comment.