|
@@ -9,33 +9,33 @@ on:
|
|
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
|
|
|
|
|
|
- test-prod-node12:
|
|
|
|
|
|
|
+ test-prod-node14:
|
|
|
uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
with:
|
|
with:
|
|
|
- node-version: 12.x
|
|
|
|
|
|
|
+ node-version: 14.x
|
|
|
skip-cypress: true
|
|
skip-cypress: true
|
|
|
secrets:
|
|
secrets:
|
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
|
|
|
|
|
|
|
|
|
|
- test-prod-node14:
|
|
|
|
|
|
|
+ test-prod-node16:
|
|
|
uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
|
|
|
with:
|
|
with:
|
|
|
- node-version: 14.x
|
|
|
|
|
|
|
+ node-version: 16.x
|
|
|
cypress-report-artifact-name: Cypress report
|
|
cypress-report-artifact-name: Cypress report
|
|
|
secrets:
|
|
secrets:
|
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
|
|
|
|
|
|
|
|
|
|
- run-reg-suit-node14:
|
|
|
|
|
- needs: [test-prod-node14]
|
|
|
|
|
|
|
+ run-reg-suit-node16:
|
|
|
|
|
+ needs: [test-prod-node16]
|
|
|
|
|
|
|
|
uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
|
|
uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
|
|
|
|
|
|
|
|
if: always()
|
|
if: always()
|
|
|
|
|
|
|
|
with:
|
|
with:
|
|
|
- node-version: 14.x
|
|
|
|
|
|
|
+ node-version: 16.x
|
|
|
cypress-report-artifact-name: Cypress report
|
|
cypress-report-artifact-name: Cypress report
|
|
|
secrets:
|
|
secrets:
|
|
|
REG_NOTIFY_GITHUB_PLUGIN_CLIENTID: ${{ secrets.REG_NOTIFY_GITHUB_PLUGIN_CLIENTID }}
|
|
REG_NOTIFY_GITHUB_PLUGIN_CLIENTID: ${{ secrets.REG_NOTIFY_GITHUB_PLUGIN_CLIENTID }}
|