Skip to content

Commit

Permalink
test compose ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed Jun 18, 2024
1 parent bdea640 commit 3787038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
context: .
push: false
file: contrib/docker/Dockerfile.ci
tags: emissary:latest
build-args: |
java_version=${{ matrix.java-version }}
java_compiler=${{ matrix.java-compiler }}
Expand All @@ -69,12 +70,18 @@ jobs:
context: .
push: false
file: contrib/docker/Dockerfile.ci
tags: emissary-server:latest , emissary-feeder:latest
build-args: |
target_os=centos7
verify_build=false
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Test
run: |
docker compose -f contrib/docker/docker-compose.ubi8.yml up --exit-code-from emissary-ci
docker compose -f contrib/docker/docker-compose.ubi8.yml down
macos-build:
name: MacOS non-standard build on Java 11 with compiler target 11
runs-on: macos-14
Expand Down

0 comments on commit 3787038

Please sign in to comment.