mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Revert exitstatus changes for test OS yml files
This commit is contained in:
parent
12e5a8d80c
commit
d67a79b3cb
3 changed files with 3 additions and 9 deletions
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
|
@ -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
.github/workflows/test-macos.yml
vendored
4
.github/workflows/test-macos.yml
vendored
|
@ -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
.github/workflows/test-windows.yml
vendored
4
.github/workflows/test-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue