fix(ci-pipeline): update Playwright job dependency from build to setup

- Changed the dependency of the Playwright job to run after the setup job instead of the build job, ensuring proper execution order in the CI workflow.
This commit is contained in:
taroj1205
2025-05-16 12:42:57 +12:00
parent 69ca816719
commit 980883b5b1

View File

@@ -78,9 +78,11 @@ jobs:
playwright:
runs-on: ubuntu-latest
needs: build
needs: setup
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*