Skip to content

Commit

Permalink
Revert "for debug"
Browse files Browse the repository at this point in the history
This reverts commit 1751a7d.
  • Loading branch information
miya committed Apr 9, 2024
1 parent 3a76446 commit 31281a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 31281a9

Please sign in to comment.