Jonathan Kelley hai 1 ano
pai
achega
f51b0099dd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/playwright.yml

+ 2 - 1
.github/workflows/playwright.yml

@@ -9,7 +9,6 @@ jobs:
     if: github.event.pull_request.draft == false
     timeout-minutes: 60
     runs-on: ubuntu-20.04
-    working-directory: playwright-tests
     steps:
     # Do our best to cache the toolchain and node install steps
     - uses: actions/setup-node@v3
@@ -25,6 +24,8 @@ jobs:
     - name: Install WASM toolchain
       run: rustup target add wasm32-unknown-unknown
     - uses: actions/checkout@v3
+    - name: Enter playwright-tests
+      run: cd playwright-tests
     - name: Install dependencies
       run: npm ci
     - name: Install Playwright