Skip to content

Commit

Permalink
Revert exitstatus changes for test OS yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 23, 2024
1 parent 12e5a8d commit d67a79b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
path: exitstatus
4 changes: 1 addition & 3 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
path: exitstatus
4 changes: 1 addition & 3 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
path: exitstatus

0 comments on commit d67a79b

Please sign in to comment.