Skip to content

Commit

Permalink
Fix typo for streamLogsOnFailures and try to free up disk space on Ub…
Browse files Browse the repository at this point in the history
…untu
  • Loading branch information
cherylking committed Aug 15, 2023
1 parent 5e6067d commit c55a02b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<profiles>
<profile>offline-its</profile>
</profiles>
<streamLogsOnFailure>true</streamLogsOnFailure>
<streamLogsOnFailures>true</streamLogsOnFailures>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -180,7 +180,7 @@
<profiles>
<profile>online-its</profile>
</profiles>
<streamLogsOnFailure>true</streamLogsOnFailure>
<streamLogsOnFailures>true</streamLogsOnFailures>
<mavenOpts>-Dfile.encoding=UTF-8</mavenOpts>
</configuration>
<executions>
Expand Down

0 comments on commit c55a02b

Please sign in to comment.