Made macOS and Ubuntu workflows upload logs as artifacts

This commit is contained in:
Jonathan Moallem 2020-11-24 15:50:17 +11:00
parent a2a8b8a230
commit 1b7a161c98
2 changed files with 10 additions and 0 deletions

View File

@ -16,3 +16,8 @@ jobs:
run: make setup
- name: make test
run: make test
- name: save logs as artifact
uses: actions/upload-artifact@v2
with:
name: logs
path: .temp/execute.log

View File

@ -20,3 +20,8 @@ jobs:
run: make setup
- name: make test
run: make test
- name: save logs as artifact
uses: actions/upload-artifact@v2
with:
name: logs
path: .temp/execute.log