Skip to content

Commit

Permalink
[ci] move fail test wave file to upper for easier fetch
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Feb 26, 2024
1 parent 51fc892 commit c9d853e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,8 @@ jobs:
mv "$waveFile" ./wave-${{ matrix.job }}.fst
- uses: actions/upload-artifact@v4
with:
name: failed-tests-wave-${{ matrix.id }}
name: ${{ matrix.id }}-failed-tests-wave
path: 'wave-*.fst'
- run: |
echo "Test ${{ matrix.job }} run fail"
# We are just running post action for failing test, so we need to avoid the workflow finishing successfully
exit 1

report:
name: "Report CI result"
Expand Down

0 comments on commit c9d853e

Please sign in to comment.