Fix indentation issue

This commit is contained in:
adilallo
2025-09-02 21:41:58 -06:00
parent fd14667da2
commit 4ba5075a9f
+1 -1
View File
@@ -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