diff --git a/.github/workflows/ci_code.yml b/.github/workflows/ci_code.yml index 012cf8d..ad2b552 100644 --- a/.github/workflows/ci_code.yml +++ b/.github/workflows/ci_code.yml @@ -89,11 +89,14 @@ jobs: - name: Install browsers if: steps.cache-playwright-browsers.outputs.cache-hit != 'true' run: | + cd test/runtimes/browsers npx playwright install --with-deps chromium npx playwright install --with-deps firefox - name: Install WebKit # caching not possible, external shared libraries required - run: npx playwright install --with-deps webkit + run: | + cd test/runtimes/browsers + npx playwright install --with-deps webkit - name: Run browser tests run: |