Skip to content

Commit

Permalink
Fix EP version for jacoco coverage step (#571)
Browse files Browse the repository at this point in the history
I wanted to extract out the EP version to some kind of variable so we only need to update it in one place, but couldn't figure out how. So this just fixes the version in one more place.
  • Loading branch information
msridhar authored Feb 11, 2022
1 parent 36586e4 commit 581d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
arguments: coveralls
continue-on-error: true
if: runner.os == 'Linux' && matrix.java == '11' && matrix.epVersion == '2.10.0' && github.repository == 'uber/NullAway'
if: runner.os == 'Linux' && matrix.java == '11' && matrix.epVersion == '2.11.0' && github.repository == 'uber/NullAway'
- name: Check that Git tree is clean after build and test
run: ./.buildscript/check_git_clean.sh
publish_snapshot:
Expand Down

0 comments on commit 581d983

Please sign in to comment.