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 d9b97c4 commit 62922f1Copy full SHA for 62922f1
.github/workflows/publish-report.yml
@@ -53,12 +53,11 @@ jobs:
53
uses: actions/download-artifact@v3
54
with:
55
name: test-artifact
56
- path: artifacts
57
58
- name: Upload Artifact
59
uses: actions/upload-pages-artifact@v3
60
61
+ path: test-results/report
62
63
- name: Deploy to GitHub Pages
64
id: deployment
0 commit comments