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 2d3f60c commit 4521d03Copy full SHA for 4521d03
.github/workflows/ci.yml
@@ -50,5 +50,5 @@ jobs:
50
- uses: actions/upload-artifact@v4 # upload test results
51
if: success() || failure() # run this step even if previous step failed
52
with:
53
- name: Test Results
+ name: test-results
54
path: test-results/**
0 commit comments