Skip to content

Commit

Permalink
Upload result file regardless of task failure (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
na4zagin3 authored Oct 1, 2023
1 parent 6ea139a commit be11ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
fi
- uses: actions/upload-artifact@v2
if: success() || failure()
with:
name: "pr-snapshot-${{ matrix.snapshot }}-${{ matrix.ocaml-version }}-${{ matrix.os }}"
path: pr/
Expand Down

0 comments on commit be11ed5

Please sign in to comment.