Просмотр исходного кода

fix: add comment to clarify Playwright version in CI workflow

Shun Miyazawa 7 месяцев назад
Родитель
Сommit
bd30801d0b
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .github/workflows/reusable-app-prod.yml

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

@@ -177,6 +177,8 @@ jobs:
 
 
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     container:
     container:
+      # Match the Playwright version
+      # https://github.com/microsoft/playwright/issues/20010
       image: mcr.microsoft.com/playwright:v1.49.1-jammy
       image: mcr.microsoft.com/playwright:v1.49.1-jammy
 
 
     strategy:
     strategy: