Skip to content

Commit 4e1951e

Browse files
committed
chore: always run upload artifact
1 parent 77afcb4 commit 4e1951e

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-angular.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
Cypress_extended: true
101101

102102
- uses: actions/upload-artifact@v7
103+
if: always()
103104
with:
104105
name: cypress-screenshots
105106
path: frameworks/angular-slickgrid/test/cypress/screenshots

.github/workflows/test-aurelia.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
Cypress_extended: true
8686

8787
- uses: actions/upload-artifact@v7
88+
if: always()
8889
with:
8990
name: cypress-screenshots
9091
path: demos/aurelia/test/cypress/screenshots

.github/workflows/test-react.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
Cypress_extended: true
8383

8484
- uses: actions/upload-artifact@v7
85+
if: always()
8586
with:
8687
name: cypress-screenshots
8788
path: demos/react/test/cypress/screenshots

.github/workflows/test-vanilla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
Cypress_extended: true
8181

8282
- uses: actions/upload-artifact@v7
83+
if: always()
8384
with:
8485
name: cypress-screenshots
8586
path: test/cypress/screenshots

.github/workflows/test-vue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
Cypress_extended: true
8686

8787
- uses: actions/upload-artifact@v7
88+
if: always()
8889
with:
8990
name: cypress-screenshots
9091
path: demos/vue/test/cypress/screenshots

0 commit comments

Comments
 (0)