From 72903dc6ddf89ef99b868a46fa1704924d79f130 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Wed, 8 Jul 2026 00:44:30 +0000 Subject: [PATCH] fix(ci): fix indentation in Playwright test step (YAML parse error) --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 52887ea..c3e264a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 \