Skip to content

Commit c2ec196

Browse files
committed
chore(ci): artifact paths in subdir
1 parent 41735e0 commit c2ec196

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-cypress-slack-reporter-old.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
with:
4545
name: test-output-1
4646
path: |
47-
cypress/reports
48-
cypress/videos
49-
cypress/screenshots
50-
mochareports
47+
cypress-slack-reporter-old/cypress/reports
48+
cypress-slack-reporter-old/cypress/videos
49+
cypress-slack-reporter-old/cypress/screenshots
50+
cypress-slack-reporter-old/mochareports
5151
- run: npm run slack-ts
5252
- run: npm run slack-js
5353
- run: npm run slack-ts-opts
@@ -61,5 +61,5 @@ jobs:
6161
with:
6262
name: test-output-2
6363
path: |
64-
src/slack/test
65-
cypress/reports/mocha
64+
cypress-slack-reporter-old/src/slack/test
65+
cypress-slack-reporter-old/cypress/reports/mocha

0 commit comments

Comments
 (0)