Skip to content

Commit

Permalink
adding new test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Nov 7, 2024
1 parent 84d1432 commit 5974d42
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,22 @@ jobs:
timeout-minutes: 300
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
services:
docker:
image: docker:19.03.12
image: docker:20.10.7
options: --privileged
ports:
- 2375:2375
- 5432:5432
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 collectUnitTest
Expand All @@ -75,19 +73,16 @@ jobs:
runs-on: ${{ matrix.os }}
services:
docker:
image: docker:19.03.12
image: docker:20.10.7
options: --privileged
ports:
- 2375:2375
- 5432:5432
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 5974d42

Please sign in to comment.