File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 in-docker_test :
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-20 .04
1717 steps :
1818 - uses : actions/checkout@v3
1919 - name : Build with Gradle
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 find_gradle_jobs :
22- runs-on : ubuntu-18 .04
22+ runs-on : ubuntu-20 .04
2323 outputs :
2424 matrix : ${{ steps.set-matrix.outputs.matrix }}
2525 steps :
4545 strategy :
4646 fail-fast : false
4747 matrix : ${{ fromJson(needs.find_gradle_jobs.outputs.matrix) }}
48- runs-on : ubuntu-18 .04
48+ runs-on : ubuntu-20 .04
4949 steps :
5050 - uses : actions/checkout@v3
5151 - uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 test :
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-20 .04
1717 strategy :
1818 fail-fast : false
1919 matrix :
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 find_gradle_jobs :
22- runs-on : ubuntu-18 .04
22+ runs-on : ubuntu-20 .04
2323 outputs :
2424 matrix : ${{ steps.set-matrix.outputs.matrix }}
2525 steps :
@@ -36,15 +36,15 @@ jobs:
3636 # we should not push empty results to the cache
3737 READ_ONLY_REMOTE_GRADLE_CACHE : true
3838 run : |
39- TASKS=$(./gradlew --no-daemon --parallel -q testMatrix)
39+ TASKS=$(./gradlew --no-daemon --parallel -q testMatrix | jq 'del(.[] | select(. == ":azure:check"))' --compact-output )
4040 echo $TASKS
4141 echo "matrix={\"gradle_args\":$TASKS}" >> $GITHUB_OUTPUT
4242 check :
4343 needs : [find_gradle_jobs]
4444 strategy :
4545 fail-fast : false
4646 matrix : ${{ fromJson(needs.find_gradle_jobs.outputs.matrix) }}
47- runs-on : ubuntu-18 .04
47+ runs-on : ubuntu-20 .04
4848 steps :
4949 - uses : actions/checkout@v3
5050 - uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 release :
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-20 .04
1717 steps :
1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 1313 contents : write # for peter-evans/create-pull-request to create branch
1414 pull-requests : write # for peter-evans/create-pull-request to create a PR
1515 if : github.repository == 'testcontainers/testcontainers-java'
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-20 .04
1717 steps :
1818 - uses : actions/checkout@v3
1919 with :
Original file line number Diff line number Diff line change 1313 contents : write # for peter-evans/create-pull-request to create branch
1414 pull-requests : write # for peter-evans/create-pull-request to create a PR
1515 if : github.repository == 'testcontainers/testcontainers-java'
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-20 .04
1717 steps :
1818 - uses : actions/checkout@v3
1919 with :
You can’t perform that action at this time.
0 commit comments