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
parent 7135d8b808
commit 72903dc6dd

View File

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