Skip to content

Commit

Permalink
Merge pull request #53 from NeedleInAJayStack/fix/gitlabCI
Browse files Browse the repository at this point in the history
Fixes github CI for automated testing
  • Loading branch information
paulofaria authored Mar 9, 2021
2 parents ebd36ca + 1211fe6 commit 35cf75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set code coverage path
run: echo ::set-env name=codecov_path::$(swift test --show-codecov-path)
run: echo "codecov_path=$(swift test --show-codecov-path)" >> $GITHUB_ENV
- name: Test and publish code coverage to Code Climate
uses: paulofaria/codeclimate-action@master
if: matrix.os == 'macos-10.15'
Expand Down

0 comments on commit 35cf75f

Please sign in to comment.