Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 18b5eb6

Browse files
committed
release test
1 parent 4ab8f12 commit 18b5eb6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/releasetest.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,16 @@ jobs:
1818
cache: npm
1919
- run: npm install
2020

21-
- name: GUI Test – Playwright only
21+
- name: GUI Test – Playwright only (with artifacts)
2222
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.0.9
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
25-
mode: test-only
26-
27-
# 👇 turn on artifact packaging, but skip Pages deploy
28-
enable-dashboard: 'true'
25+
mode: full # ← run all parts, but…
26+
enable-lint: 'false' # ← …skip lint
27+
enable-dashboard: 'true' # package artifacts
2928
enable-github-pages: 'false'
30-
3129
test-files: 'tests/**/*.spec.{js,ts}'
32-
# (add other Playwright-specific inputs as needed)
30+
3331

3432
# ───────────────────────────────────────────────────────────────
3533
# 2. ESLint / Prettier only

0 commit comments

Comments
 (0)