mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
dont use working directory (busts cache, probably)
This commit is contained in:
parent
e5341bd330
commit
80f376a2e5
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue