diff options
Diffstat (limited to '.github/workflows/maven.yml')
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c1bf1b3bf..25bbb1fad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -95,6 +95,6 @@ jobs: - name: Run Tests # Tests in module ajde call Swing/AWT classes. Without frame buffer they throw # HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. - uses: GabrielBB/xvfb-action@v1 + uses: GabrielBB/xvfb-action@v1.6 with: run: ./mvnw -B --file pom.xml -Daspectj.tests.verbose=false verify |