From 4ba5075a9fdd1bd4d01a721c9594d099c28d5b8f Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:41:58 -0600 Subject: [PATCH] Fix indentation issue --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index acbf755..6ca8eea 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: - run: npx playwright install --with-deps ${{ matrix.browser }} - run: npm run build - - name: E2E (start + test + teardown) + - name: E2E (start + test + teardown) run: | set -euxo pipefail