From 31281a9938a71fd7e5209516d2591f3b6e539f0d Mon Sep 17 00:00:00 2001 From: Shun Miyazawa Date: Tue, 9 Apr 2024 09:01:22 +0000 Subject: [PATCH] Revert "for debug" This reverts commit 1751a7d0cab17e32e49fa1e636914954deaf24de. --- .github/workflows/ci-app-prod.yml | 14 +++++++------- .github/workflows/reusable-app-prod.yml | 3 +-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-app-prod.yml b/.github/workflows/ci-app-prod.yml index e284afc9c9c..0db213d9586 100644 --- a/.github/workflows/ci-app-prod.yml +++ b/.github/workflows/ci-app-prod.yml @@ -48,13 +48,13 @@ concurrency: jobs: - # test-prod-node18: - # uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master - # with: - # node-version: 18.x - # skip-cypress: true - # secrets: - # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + test-prod-node18: + uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master + with: + node-version: 18.x + skip-cypress: true + secrets: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} test-prod-node20: diff --git a/.github/workflows/reusable-app-prod.yml b/.github/workflows/reusable-app-prod.yml index e07f47f28f2..0aa4fd2383b 100644 --- a/.github/workflows/reusable-app-prod.yml +++ b/.github/workflows/reusable-app-prod.yml @@ -214,8 +214,7 @@ jobs: fail-fast: false matrix: # List string expressions that is comma separated ids of tests in "test/cypress/integration" - # spec-group: ['10', '20', '21', '22', '23', '30', '40', '50', '60'] - spec-group: ['50'] + spec-group: ['10', '20', '21', '22', '23', '30', '40', '50', '60'] services: mongodb: