ci: invert frontend build flag

This commit is contained in:
snomiao
2025-10-08 22:06:57 +00:00
parent a812c678ee
commit ca77c48957
5 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup frontend
uses: ./.github/actions/setup-frontend
with:
build_frontend: 'true'
not_build: 'false'
- name: Setup Playwright
uses: ./.github/actions/setup-playwright