Skip to content

Commit 8282fe1

Browse files
committed
wip
1 parent 5d393a7 commit 8282fe1

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v1
2424
- run: swift test --enable-code-coverage
25+
- name: Archive the build for debugging
26+
uses: actions/upload-artifact@v4
27+
with:
28+
name: build-files
29+
path: |
30+
.build
2531
- uses: ./
2632
name: Run swifty-code-coverage
2733
with:

action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ runs:
6262
path: |
6363
coverage.txt
6464
65-
- name: Archive the build for debugging
66-
if: always()
67-
uses: actions/upload-artifact@v4
68-
with:
69-
name: build-files
70-
path: |
71-
${{ inputs.build-path }}

0 commit comments

Comments
 (0)