Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jan 14, 2024
1 parent 6d8912b commit ae463ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
build-bin/test -Dgroups=docker -pl :${{ matrix.name }}
env:
MAVEN_GOAL: install # docker build needs dependencies in mavenLocal
MAVEN_OPTS: -Dlicense.skip=true # license check already run
MAVEN_CONFIG: '-Dlicense.skip=true' # license check already run
4 changes: 2 additions & 2 deletions .github/workflows/test_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Execute Server Build # command from zipkin-server/README.md
run: ./mvnw --also-make -pl zipkin-server clean package
env:
MAVEN_OPTS: '-T1C -q --batch-mode -DskipTests'
MAVEN_CONFIG: '-T1C -q --batch-mode -DskipTests'

docker:
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Build zipkin-server # redundant, but needed for docker/README.md
run: ./mvnw --also-make -pl zipkin-server clean package
env:
MAVEN_OPTS: '-T1C -q --batch-mode -DskipTests'
MAVEN_CONFIG: '-T1C -q --batch-mode -DskipTests'
- name: docker/README.md - openzipkin/zipkin
run: |
build-bin/docker/docker_build openzipkin/zipkin:test &&
Expand Down

0 comments on commit ae463ca

Please sign in to comment.