Skip to content

Commit 35cf75f

Browse files
authored
Merge pull request #53 from NeedleInAJayStack/fix/gitlabCI
Fixes github CI for automated testing
2 parents ebd36ca + 1211fe6 commit 35cf75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set code coverage path
20-
run: echo ::set-env name=codecov_path::$(swift test --show-codecov-path)
20+
run: echo "codecov_path=$(swift test --show-codecov-path)" >> $GITHUB_ENV
2121
- name: Test and publish code coverage to Code Climate
2222
uses: paulofaria/codeclimate-action@master
2323
if: matrix.os == 'macos-10.15'

0 commit comments

Comments
 (0)