We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10edd3 commit 8679a7aCopy full SHA for 8679a7a
.github/workflows/ci-test.yml
@@ -28,11 +28,11 @@ jobs:
28
env:
29
CI: true
30
- name: Generate Visual Test Report
31
- run: node test/unit/visual/generate-visual-report.js
+ run: node test/unit/visual/visual-report.js
32
33
34
- name: Upload Visual Test Report
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: visual-test-report
38
path: test/unit/visual/visual-report.html
0 commit comments