Skip to content

Commit

Permalink
Upload any core files as artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 11, 2025
1 parent 2a5ff8c commit af942ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ jobs:
path: /wheels

- name: Test wheels
continue-on-error: true
run: |
ls /wheels
bash scripts/ci/test_wheels.sh ${{ matrix.python }}
bash scripts/ci/test_wheels.sh ${{ matrix.python }}
- name: Upload any core files
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: core-files-${{ matrix.python }}-arm64
path: core.*

0 comments on commit af942ca

Please sign in to comment.