Run prebuild separately for CD job (#33582)

* Run prebuild separately for CD job

as per comment

* Prettier
This commit is contained in:
David Baker
2026-05-26 09:06:53 +01:00
committed by GitHub
parent 15626733b1
commit a415a7ee2a
+7
View File
@@ -56,6 +56,13 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
# Fudge and run this separately rather than relying on the dependency,
# otherwise nx does not appear to pick up the .env file that playwright
# common's prebuild step creates.
- run: pnpm nx run-many --nxBail -t docker:prebuild
env:
INPUT_BUILDER: ${{ steps.builder.outputs.name }}
- run: pnpm nx run-many --nxBail -t docker:build
id: build
env: