Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WX-1409 Java 17 #7342

Merged
merged 17 commits into from
Dec 14, 2023
Prev Previous commit
Next Next commit
Test
aednichols committed Dec 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 492fb74a72ba92e818bc26c758cb92f60753b540
12 changes: 6 additions & 6 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -90,12 +90,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 10
with:
limit-access-to-actor: true
detached: true
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 10
# with:
# limit-access-to-actor: true
# detached: true
- uses: actions/checkout@v3 # checkout the cromwell repo
with:
ref: ${{ inputs.target-branch }}
2 changes: 1 addition & 1 deletion scripts/docker-compose-mysql/compose/cromwell/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM broadinstitute/cromwell:develop
FROM broadinstitute/cromwell:87-e6e1ebd-SNAP

RUN git clone https://github.com/vishnubob/wait-for-it.git
RUN mkdir cromwell-working-dir