Skip to content

Commit

Permalink
Upload FTW Envoy logs even on failure (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Nov 9, 2022
1 parent faa761d commit 747eb57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run: go run mage.go ftw

- uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: ftw-envoy-logs
path: build/ftw-envoy.log
Expand Down

0 comments on commit 747eb57

Please sign in to comment.