fix(ci): fix indentation in Playwright test step (YAML parse error)

This commit is contained in:
Jarian Cottingham 2026-07-08 00:44:30 +00:00 committed by Jarian
parent 602fd1a6cf
commit dbd00e4734

View File

@ -169,7 +169,7 @@ jobs:
done done
echo "App failed to start" && exit 1 echo "App failed to start" && exit 1
- name: Run Playwright tests - name: Run Playwright tests
run: | run: |
APP_PORT="${{ steps.port.outputs.app_port }}" APP_PORT="${{ steps.port.outputs.app_port }}"
docker run --rm \ docker run --rm \