Skip to content

Commit

Permalink
Final cleanup of workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Oct 1, 2024
1 parent 2c8d252 commit bcf03a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
name: coveralls-linux-binaries
path: test/

- name: Smoke test aarch64 binary in QEMU
- name: Smoke test aarch64 binary
run: |
binary=test/coveralls-linux-aarch64
echo $binary
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,4 @@ jobs:
name: coverage-report
path: ${{ env.COVERAGE_FILE }}
retention-days: 5

- name: Debug uploaded artifact (REST API)
run: |
echo "Artifact URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/"

0 comments on commit bcf03a7

Please sign in to comment.