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

Commit 2cecd98

Browse files
committed
optimize test
1 parent bc6348e commit 2cecd98

2 files changed

Lines changed: 196 additions & 175 deletions

File tree

.github/workflows/releasetest_sep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Run Playwright with PR-vs-Main comparison
2424
- name: GUI Test – Playwright only
25-
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
25+
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.3.0
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
mode: test-only
@@ -79,7 +79,7 @@ jobs:
7979
- run: npm install
8080

8181
- name: GUI Test – Lint only
82-
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
82+
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.3.0
8383
with:
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585
mode: lint-only
@@ -178,7 +178,7 @@ jobs:
178178
# Build dashboard, post comment, deploy Pages
179179
- id: review
180180
name: Dashboard / PR comment / Pages
181-
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
181+
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.3.0
182182
with:
183183
github-token: ${{ secrets.GITHUB_TOKEN }}
184184
mode: dashboard-only

0 commit comments

Comments
 (0)