From 5b76d4dad9c822eadf1dffae69e31ea99c9e1e42 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 16 Jun 2024 14:13:49 +0000 Subject: [PATCH] Update workflows. --- .github/workflows/main.linux.temurin.current.yml | 2 ++ .github/workflows/main.linux.temurin.lts.yml | 2 ++ .github/workflows/main.windows.temurin.current.yml | 2 ++ .github/workflows/main.windows.temurin.lts.yml | 2 ++ .github/workflows/pr.linux.temurin.current.yml | 2 ++ .github/workflows/pr.linux.temurin.lts.yml | 2 ++ .github/workflows/pr.windows.temurin.current.yml | 2 ++ .github/workflows/pr.windows.temurin.lts.yml | 2 ++ 8 files changed, 16 insertions(+) diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index bce2600..2127793 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 0101125..c9da39a 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index 6bb1701..ec9f7cd 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index 5e26cdc..bd3bce4 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index 1d28ac5..6058444 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index fdb8f83..6bf981c 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index e4f6eab..70a3f0b 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index 34d78a3..8bf2f82 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -34,6 +34,8 @@ jobs: run: java .github/workflows/Tools.java ShowProjectIsSnapshot pom.xml >> "$GITHUB_OUTPUT" - name: Build + env: + XOANON_REALLY_USE_LOCAL_DISPLAY: true run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs