Skip to content

Commit

Permalink
chore(CI): fix new Firefox binary issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Oct 12, 2023
1 parent 0bb68ff commit fe0baf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
~/.cache/ms-playwright
%USERPROFILE%\AppData\Local\ms-playwright
key: ${{ secrets.CACHE_VERSION }}-${{ runner.os }}-playwright-${{ hashFiles('**/yarn.lock') }}
- run: yarn dlx playwright install --with-deps firefox
- run: yarn workspace @dnb/eufemia playwright install --with-deps firefox
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: yarn dlx playwright install-deps firefox
- run: yarn workspace @dnb/eufemia playwright install-deps firefox
if: steps.playwright-cache.outputs.cache-hit == 'true'

- name: Prebuild Library
Expand Down Expand Up @@ -162,9 +162,9 @@ jobs:
~/.cache/ms-playwright
%USERPROFILE%\AppData\Local\ms-playwright
key: ${{ secrets.CACHE_VERSION }}-${{ runner.os }}-playwright-${{ hashFiles('**/yarn.lock') }}
- run: yarn dlx playwright install --with-deps firefox
- run: yarn workspace dnb-design-system-portal playwright install --with-deps firefox
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: yarn dlx playwright install-deps firefox
- run: yarn workspace dnb-design-system-portal playwright install-deps firefox
if: steps.playwright-cache.outputs.cache-hit == 'true'

- name: Prebuild Library
Expand Down

0 comments on commit fe0baf6

Please sign in to comment.