From 5e4754b0df6d9e2a5ef3080a7e9637c280ffc6d9 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Tue, 15 Aug 2023 15:22:13 -0500 Subject: [PATCH] Fix typo for streamLogsOnFailures and try to free up disk space on Ubuntu --- .github/workflows/maven.yml | 4 ++++ liberty-maven-plugin/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 51cc25f06..7dca04e32 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,6 +40,10 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} cache: 'maven' + - name: Free disk space ubuntu + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false - name: Checkout ci.common uses: actions/checkout@v3 with: diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 2e0067bca..b539018ac 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -141,7 +141,7 @@ offline-its - true + true @@ -180,7 +180,7 @@ online-its - true + true -Dfile.encoding=UTF-8