Skip to content

Commit

Permalink
ci: add npx envinfo --preset playwright to e2e-playwright.yml (#7414
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nsbarsukov authored May 15, 2024
1 parent be46ab4 commit 336ab2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]

- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
run: |
npx envinfo --preset playwright
npx playwright install --with-deps chromium
- name: Download cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/[email protected]
Expand Down

0 comments on commit 336ab2b

Please sign in to comment.