Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Oct 10, 2024
1 parent 9dc24c1 commit ef2301b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 60
env:
JDK: 21
steps:
- name: Setup Java 21
uses: actions/setup-java@v3
Expand Down Expand Up @@ -110,6 +112,7 @@ jobs:
env:
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
JDK: 21
run: |
source ci/scripts/util_enable_core_dumps.sh
archery docker run \
Expand Down

0 comments on commit ef2301b

Please sign in to comment.