Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Generation of test coverage data is currently failing with error:

```
Unable to read execution data file /home/runner/work/creek-system-test-gradle-plugin/creek-system-test-gradle-plugin/build/jacoco/test.exec
```

But only on build servers.

Though I'm loathed to do it, I'm disabling coverage until I have time to investigate, as this is blocking builds for dependency updates etc.

Task #235 tracks fixing the issue.
  • Loading branch information
big-andy-coates authored Jan 16, 2024
1 parent bad57d9 commit 63d699d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: ./gradlew build coveralls
run: ./gradlew build
- name: Publish
if: github.event_name == 'push' || github.event.inputs.publish_artifacts == 'true'
env:
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
- name: Create GitHut Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
generate_release_notes: true
generate_release_notes: true

0 comments on commit 63d699d

Please sign in to comment.