Skip to content

Commit

Permalink
Adding new docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Nov 7, 2024
1 parent 12bf490 commit 84d1432
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
with:
distribution: ${{ matrix.vendor }}
java-version: ${{ matrix.version }}
- name: Set up Docker
uses: docker/setup-docker@v2

- name: Execute Gradle build
run: ./gradlew collectUnitTest
Expand All @@ -77,13 +79,15 @@ jobs:
options: --privileged
ports:
- 2375:2375

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: ${{ matrix.vendor }}
java-version: ${{ matrix.version }}
- name: Set up Docker
uses: docker/setup-docker@v2


- name: Execute Gradle build
run: ./gradlew collectUnitTestLibs
Expand Down

0 comments on commit 84d1432

Please sign in to comment.