Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 24, 2024
1 parent c76fa4c commit e9f5aaa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: tests/*.xml
path: 'tests/*.xml'
name: tests-some
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: tests/out
path: 'tests/out'
name: tests-some-res

tests-full:
Expand All @@ -61,12 +61,12 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: tests/*.xml
path: 'tests/*.xml'
name: tests-full
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: tests/out
path: 'tests/out'
name: tests-full-res

nitunit-some:
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: *.xml
path: '*.xml'
name: nitunit-some

nitunit-lib:
Expand All @@ -99,7 +99,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: *.xml
path: '*.xml'
name: nitunit-lib

nitunit-src:
Expand All @@ -115,7 +115,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: *.xml
path: '*.xml'
name: nitunit-src

test-contrib:
Expand Down

0 comments on commit e9f5aaa

Please sign in to comment.