We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb691d + 96f8482 commit 374d9f3Copy full SHA for 374d9f3
1 file changed
.github/workflows/update-snapshots.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install angular cli
47
run: npm install -g @angular/cli
48
- name: Start server and record snapshots
49
- run: ng serve --host=127.0.0.1 & npx wait-on http://127.0.0.1:4200 && npx playwright test --update-snapshots --reporter=list --grep '@visual' || true
+ run: ng serve --host=127.0.0.1 & npx wait-on http://127.0.0.1:4200 && npx playwright test --update-snapshots --reporter=list --grep '@visual'
50
- uses: stefanzweifel/git-auto-commit-action@v7
51
with:
52
commit_message: "[CI] Update Snapshots"
0 commit comments