Skip to content

Commit

Permalink
Updated shell interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed Dec 20, 2023
1 parent 73d29db commit 42011d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,18 +487,18 @@ jobs:
- name: Shade on Java 8
group: SHADE_RUN
runtime_jdk: 8
setup: sh -x ./build/run_integration_group.sh SHADE_BUILD
setup: bash -x ./build/run_integration_group.sh SHADE_BUILD
no_coverage: true

- name: Shade on Java 11
group: SHADE_RUN
runtime_jdk: 11
setup: sh -x ./build/run_integration_group.sh SHADE_BUILD
setup: bash -x ./build/run_integration_group.sh SHADE_BUILD
no_coverage: true

- name: Shade on Java 17
group: SHADE_RUN
setup: sh -x ./build/run_integration_group.sh SHADE_BUILD
setup: bash -x ./build/run_integration_group.sh SHADE_BUILD
no_coverage: true

- name: Standalone
Expand Down

0 comments on commit 42011d7

Please sign in to comment.