Skip to content

Commit

Permalink
[PIP-156][ci] trying to fix the yaml format error from pulsar-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
heesung-sn committed Apr 28, 2022
1 parent af33ccb commit 9fd4075
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pulsar-ci.yaml
Expand Up @@ -475,7 +475,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '17' ]
java: [ 8, 11, 17 ]

steps:
- name: checkout
Expand Down Expand Up @@ -542,10 +542,9 @@ jobs:
run: |
./build/run_integration_group.sh SHADE_BUILD
- uses: actions/checkout@v3
- name: Run integration test group Shade on java '${{ matrix.java }}'
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' }}
uses: actions/setup-java@v3
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' }}
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 9fd4075

Please sign in to comment.