Skip to content

Commit

Permalink
Merge 0e77804 into d09ff9b
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp authored Jun 13, 2023
2 parents d09ff9b + 0e77804 commit 1c99de6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ jobs:
arguments: coveralls
continue-on-error: true
if: runner.os == 'Linux' && matrix.java == '11' && matrix.epVersion == '2.19.1' && github.repository == 'uber/NullAway'
- name: Test publishToMavenLocal flow
env:
ORG_GRADLE_PROJECT_epApiVersion: ${{ matrix.epVersion }}
ORG_GRADLE_PROJECT_VERSION_NAME: '0.0.0.1-LOCAL'
uses: gradle/gradle-build-action@v2
with:
arguments: clean publishToMavenLocal -x signMavenPublication -x signShadowPublication
if: matrix.java == '8'
- 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 1c99de6

Please sign in to comment.