Skip to content
Prev Previous commit
Next Next commit
wip
  • Loading branch information
michaelhenry committed Jul 7, 2025
commit 8282fe1e15175417fc3f147d6985a92b0dafd6be
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: swift test --enable-code-coverage
- name: Archive the build for debugging
uses: actions/upload-artifact@v4
with:
name: build-files
path: |
.build
- uses: ./
name: Run swifty-code-coverage
with:
Expand Down
7 changes: 0 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,3 @@ runs:
path: |
coverage.txt

- name: Archive the build for debugging
if: always()
uses: actions/upload-artifact@v4
with:
name: build-files
path: |
${{ inputs.build-path }}
Loading