Skip to content

Commit

Permalink
upload smoke-test-upgrade report artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
safeer committed Oct 4, 2024
1 parent f732d7e commit c6e5d63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,9 @@ jobs:
for file in $test_files; do
go test -v -tags smoketest -run '^Test' "$file"
done
- name: Archive Report
uses: actions/upload-artifact@v4
if: always()
with:
name: kube-report-smoke-test-upgrade
path: /tmp/ftl-kube-report/

0 comments on commit c6e5d63

Please sign in to comment.