diff --git a/.github/workflows/_e2e.yml b/.github/workflows/_e2e.yml index 20e652af5..e04eaecde 100644 --- a/.github/workflows/_e2e.yml +++ b/.github/workflows/_e2e.yml @@ -19,7 +19,10 @@ jobs: with: node-version: lts/* - - name: Install Playwright Browsers - run: npx playwright install --with-deps + - name: Install Playwright + run: | + npx playwright install --with-deps + npm config get prefix + which playwright - run: make e2e