dont use working directory (busts cache, probably)

This commit is contained in:
Jonathan Kelley 2024-01-08 15:35:16 -08:00
parent e5341bd330
commit 80f376a2e5
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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