Skip to content

Commit

Permalink
updated GH workflow to not skip integ tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Cohen <[email protected]>
  • Loading branch information
macohen committed Nov 13, 2023
1 parent 685b280 commit 69ae24f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Run non-Windows
if: ${{ matrix.os != 'windows-latest' }}
run: |
./gradlew build -Dopensearch.version=2.7.0 -Dskip.integtests=true \
-Djava.security.manager=allow -Dbuild.snapshot=false
./gradlew build -Dopensearch.version=2.7.0 -Djava.security.manager=allow -Dbuild.snapshot=false
# - name: Upload Coverage Report
# if: ${{matrix.os}} == 'ubuntu'
Expand Down

0 comments on commit 69ae24f

Please sign in to comment.