Skip to content

Commit 21fa6bc

Browse files
committed
Update workflows.
1 parent 50feb67 commit 21fa6bc

8 files changed

+16
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)