We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d393a7 commit 8282fe1Copy full SHA for 8282fe1
.github/workflows/ci.yml
@@ -22,6 +22,12 @@ jobs:
22
steps:
23
- uses: actions/checkout@v1
24
- 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
31
- uses: ./
32
name: Run swifty-code-coverage
33
with:
action.yml
@@ -62,10 +62,3 @@ runs:
62
path: |
63
coverage.txt
64
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