Skip to content

Commit

Permalink
just on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Feb 24, 2024
1 parent 7ef9f75 commit 91586c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
runtime: [ linux, mac, windows ]
runtime: [ linux ]
#runtime: [ linux, mac, windows ]
targetPlatform: [ 4Q2023 ]
include:
- runtime: linux
Expand Down Expand Up @@ -42,12 +43,12 @@ jobs:
- run: |
mkdir logs
find tests -type f -name "*.log" -exec cp {} logs \;
if: always()
if: failure()
# save logs
- name: Upload Logs
uses: actions/upload-artifact@v2
if: always()
if: failure()
with:
name: test-app-logs
path: logs
Expand Down

0 comments on commit 91586c8

Please sign in to comment.