Skip to content

Commit

Permalink
chore: Add workflow step to publish test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jul 13, 2023
1 parent 7a81417 commit 0c0c52c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ jobs:
esac ;;
esac
- name: Publish test logs
uses: actions/upload-artifact@v3
with:
name: test-log
path: test.log


0 comments on commit 0c0c52c

Please sign in to comment.