Skip to content

Commit 756783f

Browse files
committed
Update workflows.
1 parent 8be89f9 commit 756783f

8 files changed

+16
-0
lines changed

.github/workflows/main.linux.temurin.current.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/main.linux.temurin.lts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/main.windows.temurin.current.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/main.windows.temurin.lts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/pr.linux.temurin.current.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/pr.linux.temurin.lts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/pr.windows.temurin.current.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

.github/workflows/pr.windows.temurin.lts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT"
3535

3636
- name: Build
37+
env:
38+
XOANON_REALLY_USE_LOCAL_DISPLAY: true
3739
run: mvn --batch-mode --strict-checksums --errors clean verify site
3840

3941
- name: Upload test logs

0 commit comments

Comments
 (0)