We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ec196 commit 35a4fa2Copy full SHA for 35a4fa2
.github/workflows/build-cypress-slack-reporter-old.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: get artifacts 1
43
uses: actions/upload-artifact@v4
44
with:
45
- name: test-output-1
+ name: test-output-1-${{matrix.node-version}}
46
path: |
47
cypress-slack-reporter-old/cypress/reports
48
cypress-slack-reporter-old/cypress/videos
@@ -59,7 +59,7 @@ jobs:
59
- name: get artifacts 2
60
61
62
- name: test-output-2
+ name: test-output-2-${{matrix.node-version}}
63
64
cypress-slack-reporter-old/src/slack/test
65
cypress-slack-reporter-old/cypress/reports/mocha
0 commit comments