Browse Source

Fix working directory

Jonathan Kelley 1 year ago
parent
commit
bc96a3e4fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -147,7 +147,7 @@ jobs:
     runs-on: ubuntu-latest
     defaults:
       run:
-        working-directory: ./app
+        working-directory: ./playwright-tests
     steps:
       # Do our best to cache the toolchain and node install steps
       - uses: actions/checkout@v4