소스 검색

Fix main.yml CI

Jonathan Kelley 1 년 전
부모
커밋
998535b8df
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .github/workflows/main.yml

+ 3 - 2
.github/workflows/main.yml

@@ -145,8 +145,9 @@ jobs:
     if: github.event.pull_request.draft == false
     name: Playwright Tests
     runs-on: ubuntu-latest
-    run:
-      working-directory: ./playwright-tests
+    defaults:
+      run:
+        working-directory: ./app
     steps:
       # Do our best to cache the toolchain and node install steps
       - uses: actions/checkout@v4