We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0858897 commit 0168b2dCopy full SHA for 0168b2d
.github/workflows/analysis.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Test
34
run: "yarn run test --coverage"
35
- name: Upload Artifact
36
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
37
with:
38
name: coverage
39
path: |
@@ -76,7 +76,7 @@ jobs:
76
run: yarn playwright test -j 100%
77
- name: Upload Playwright report
78
if: always()
79
80
81
name: html-report--attempt-${{ github.run_attempt }}
82
path: playwright-report
0 commit comments