Skip to content

Commit 5ccf39d

Browse files
Merge pull request #1056 from data-integrations/itsankit-update-e2e-workflow
Send cucumber reports to GCS bucket
2 parents faf69b1 + 0845bd5 commit 5ccf39d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
with:
7272
name: Debug files
7373
path: ./**/target/e2e-debug
74+
- name: Upload files to GCS
75+
uses: google-github-actions/upload-cloud-storage@v0
76+
if: always()
77+
with:
78+
path: ./plugin/target/cucumber-reports
79+
destination: e2e-tests-cucumber-reports/${{ github.event.repository.name }}/${{ github.ref }}
7480
- name: github-status-action
7581
uses: Sibz/github-status-action@67af1f4042a5a790681aad83c44008ca6cfab83d
7682
if: always()

0 commit comments

Comments
 (0)