diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23767e03d..3b1d2c48d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,9 +133,6 @@ jobs: if: github.event.pull_request.draft == false name: Playwright Tests runs-on: ubuntu-latest - defaults: - run: - working-directory: ./playwright-tests steps: # Do our best to cache the toolchain and node install steps - uses: ilammy/setup-nasm@v1 @@ -148,6 +145,7 @@ jobs: toolchain: stable targets: x86_64-unknown-linux-gnu,wasm32-unknown-unknown - uses: mozilla-actions/sccache-action@v0.0.3 + - run: cd playwright-tests - name: Install dependencies run: npm ci - name: Install Playwright