We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41735e0 commit c2ec196Copy full SHA for c2ec196
.github/workflows/build-cypress-slack-reporter-old.yml
@@ -44,10 +44,10 @@ jobs:
44
with:
45
name: test-output-1
46
path: |
47
- cypress/reports
48
- cypress/videos
49
- cypress/screenshots
50
- mochareports
+ cypress-slack-reporter-old/cypress/reports
+ cypress-slack-reporter-old/cypress/videos
+ cypress-slack-reporter-old/cypress/screenshots
+ cypress-slack-reporter-old/mochareports
51
- run: npm run slack-ts
52
- run: npm run slack-js
53
- run: npm run slack-ts-opts
@@ -61,5 +61,5 @@ jobs:
61
62
name: test-output-2
63
64
- src/slack/test
65
- cypress/reports/mocha
+ cypress-slack-reporter-old/src/slack/test
+ cypress-slack-reporter-old/cypress/reports/mocha
0 commit comments