Skip to content

Commit

Permalink
Fix uploading of macOS results/logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup authored Nov 19, 2019
1 parent 0f4f6cf commit 2de1fab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ jobs:
with:
name: test-results-windows-latest
path: .test_results/win
#- name: Fetch macOS test results
# uses: actions/download-artifact@v1
# with:
# name: test-results-macOS-latest
# path: .test_results/osx
- name: Fetch macOS test results
uses: actions/download-artifact@v1
with:
name: test-results-macOS-latest
path: .test_results/osx
- name: Fetch Linux test logs
uses: actions/download-artifact@v1
with:
Expand All @@ -159,11 +159,11 @@ jobs:
with:
name: test-logs-windows-latest
path: .test_logs/win
#- name: Fetch macOS test logs
# uses: actions/download-artifact@v1
# with:
# name: test-logs-macOS-latest
# path: .test_logs/osx
- name: Fetch macOS test logs
uses: actions/download-artifact@v1
with:
name: test-logs-macOS-latest
path: .test_logs/osx

- name: Combine summary files
run: find .test_results -name '*_summary.csv' -exec cat {} + > .test_results/summary.csv
Expand Down

0 comments on commit 2de1fab

Please sign in to comment.