Yuki Takei 1 год назад
Родитель
Сommit
e1eaf1c442
2 измененных файлов с 2 добавлено и 4 удалено
  1. 2 2
      .github/workflows/ci-app-prod.yml
  2. 0 2
      .github/workflows/reusable-app-prod.yml

+ 2 - 2
.github/workflows/ci-app-prod.yml

@@ -40,7 +40,7 @@ concurrency:
 jobs:
 jobs:
 
 
   test-prod-node18:
   test-prod-node18:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/playwright-test
     if: |
     if: |
       ( github.event_name == 'push'
       ( github.event_name == 'push'
         || github.base_ref == 'master'
         || github.base_ref == 'master'
@@ -55,7 +55,7 @@ jobs:
 
 
 
 
   test-prod-node20:
   test-prod-node20:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/playwright-test
     if: |
     if: |
       ( github.event_name == 'push'
       ( github.event_name == 'push'
         || github.base_ref == 'master'
         || github.base_ref == 'master'

+ 0 - 2
.github/workflows/reusable-app-prod.yml

@@ -184,8 +184,6 @@ jobs:
   run-playwright:
   run-playwright:
     needs: [build-prod]
     needs: [build-prod]
 
 
-    if: ${{ !inputs.skip-e2e-test && startsWith(github.head_ref, 'mergify/merge-queue/') }}
-
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     container:
     container:
       # Match the Playwright version
       # Match the Playwright version