Skip to content

Commit

Permalink
Merge pull request #77 from rursprung/fix-ci-2.x
Browse files Browse the repository at this point in the history
CI: run gradle commands in separate steps (backport to 2.x)
  • Loading branch information
reta authored Jun 11, 2024
2 parents 10adf62 + d05a140 commit 1282906
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: temurin

- name: Build and Run Tests
run: |
./gradlew build
# Generated by 'opensearch.pluginzip' custom gradle plugin
./gradlew publishPluginZipPublicationToZipStagingRepository
./gradlew build
- name: Publish plugin ZIP to staging repository
run: |
./gradlew publishPluginZipPublicationToZipStagingRepository
- name: Update version to the next development iteration
if: matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit 1282906

Please sign in to comment.