Skip to content

Commit 8873393

Browse files
committed
Maybe we should checkout the code
1 parent bb4b65a commit 8873393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- uses: swift-actions/setup-swift@v1
2222
with:
2323
swift-version: ${{ matrix.swift }}
24+
- uses: actions/checkout@v2
25+
- name: Set code coverage path
26+
run: echo "codecov_path=$(swift test --show-codecov-path)" >> $GITHUB_ENV
2427
- name: Test and publish code coverage to Code Climate
2528
if: ${{ matrix.os }} == "macos-latest"
2629
uses: paulofaria/codeclimate-action@master

0 commit comments

Comments
 (0)