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

- Changed the dependency of the Playwright job to run after the build job instead of the setup job, ensuring the correct execution order in the CI workflow.
This commit is contained in:
taroj1205
2025-05-16 13:07:59 +12:00
parent 26e219042a
commit 8eccb20102

View File

@@ -84,7 +84,7 @@ jobs:
playwright:
runs-on: ubuntu-latest
needs: setup
needs: build
steps:
- uses: actions/checkout@v4
with: