Made macOS and Ubuntu workflows upload logs as artifacts
This commit is contained in:
parent
a2a8b8a230
commit
1b7a161c98
5
.github/workflows/macOS.yml
vendored
5
.github/workflows/macOS.yml
vendored
@ -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
|
||||
|
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user