Skip to content

Commit

Permalink
Install regardless the caching
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Dec 16, 2024
1 parent c55de8b commit f4a41ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
- name: Install playwright browsers
if: steps.cache-browser-binaries.outputs.cache-hit != 'true'
# this does not work - some libraries are missing when executing playwright
#if: steps.cache-browser-binaries.outputs.cache-hit != 'true'
run: |
npx playwright install --with-deps chromium firefox webkit
- name: e2e tests
Expand Down

0 comments on commit f4a41ae

Please sign in to comment.