Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 27, 2024
1 parent 3ec1e12 commit af5ccd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
path: 'tests/out'
path: 'tests/out/*.res'
name: tests-some-${{ matrix.engine }}-res

tests-full:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
path: 'tests/out'
path: 'tests/out/*.res`'
name: tests-full-${{ matrix.engine }}-res

nitunit-some:
Expand Down

0 comments on commit af5ccd7

Please sign in to comment.