Browse Source

Merge branch 'master' into feat/opentelemetry

Yuki Takei 1 year ago
parent
commit
66b3de6b68
2 changed files with 5 additions and 1 deletions
  1. 2 0
      .github/workflows/ci-app.yml
  2. 3 1
      .github/workflows/reusable-app-prod.yml

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

@@ -6,6 +6,8 @@ on:
       - release/**
       - rc/**
       - changeset-release/**
+      - mergify/merge-queue/**
+      - tmp-mergify/merge-queue/**
     paths:
       - .github/mergify.yml
       - .github/workflows/ci-app.yml

+ 3 - 1
.github/workflows/reusable-app-prod.yml

@@ -303,7 +303,9 @@ jobs:
         pnpm install --frozen-lockfile
 
     - name: Merge into HTML Report
-      run: pnpm playwright merge-reports --reporter html ./all-blob-reports
+      run: |
+        mkdir -p all-blob-reports
+        pnpm playwright merge-reports --reporter html ./all-blob-reports
 
     - name: Upload HTML report
       uses: actions/upload-artifact@v4