From fe0baf677ccbb7a20b6229c5330ab03900b8eaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20H=C3=B8egh?= Date: Thu, 12 Oct 2023 20:06:22 +0200 Subject: [PATCH] chore(CI): fix new Firefox binary issue --- .github/workflows/e2e.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 982f9a589e3..608fe83eeee 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 @@ -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