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