Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Logging Log4j2
Commits
81867b36
Commit
81867b36
authored
4 years ago
by
Volkan Yazıcı
Committed by
Volkan Yazici
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Continue on error in GitHub Actions workflow build step.
parent
d92dad36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/main.yml
+4
-1
.github/workflows/main.yml
with
4 additions
and
1 deletion
+4
-1
.github/workflows/ma
ve
n.yml
→
.github/workflows/ma
i
n.yml
+
4
-
1
View file @
81867b36
name
:
Maven
name
:
CI
on
:
[
push
]
on
:
[
push
]
...
@@ -44,6 +44,7 @@ jobs:
...
@@ -44,6 +44,7 @@ jobs:
-
name
:
Build with Maven (Linux)
-
name
:
Build with Maven (Linux)
if
:
runner.os == 'Linux'
if
:
runner.os == 'Linux'
continue-on-error
:
true
run
:
./mvnw -V -B --no-transfer-progress -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true -Dsurefire.rerunFailingTestsCount=1 --global-toolchains .github/workflows/maven-toolchains.xml verify
run
:
./mvnw -V -B --no-transfer-progress -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true -Dsurefire.rerunFailingTestsCount=1 --global-toolchains .github/workflows/maven-toolchains.xml verify
-
name
:
Inspect environment (Windows)
-
name
:
Inspect environment (Windows)
...
@@ -52,6 +53,7 @@ jobs:
...
@@ -52,6 +53,7 @@ jobs:
-
name
:
Build with Maven (Windows)
-
name
:
Build with Maven (Windows)
if
:
runner.os == 'Windows'
if
:
runner.os == 'Windows'
continue-on-error
:
true
run
:
./mvnw -V -B --no-transfer-progress -e "-DtrimStackTrace=false" "-Dmaven.test.failure.ignore=true" "-Dsurefire.rerunFailingTestsCount=1" "-Dlog4j2.junit.fileCleanerSleepPeriodMillis=1000" --global-toolchains ".github\workflows\maven-toolchains.xml" verify
run
:
./mvnw -V -B --no-transfer-progress -e "-DtrimStackTrace=false" "-Dmaven.test.failure.ignore=true" "-Dsurefire.rerunFailingTestsCount=1" "-Dlog4j2.junit.fileCleanerSleepPeriodMillis=1000" --global-toolchains ".github\workflows\maven-toolchains.xml" verify
-
name
:
Inspect environment (MacOS)
-
name
:
Inspect environment (MacOS)
...
@@ -60,6 +62,7 @@ jobs:
...
@@ -60,6 +62,7 @@ jobs:
-
name
:
Build with Maven (MacOS)
-
name
:
Build with Maven (MacOS)
if
:
runner.os == 'macOS'
if
:
runner.os == 'macOS'
continue-on-error
:
true
run
:
./mvnw -V -B --no-transfer-progress -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true -Dsurefire.rerunFailingTestsCount=1 --global-toolchains .github/workflows/maven-toolchains.xml verify
run
:
./mvnw -V -B --no-transfer-progress -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true -Dsurefire.rerunFailingTestsCount=1 --global-toolchains .github/workflows/maven-toolchains.xml verify
-
name
:
Publish Test Results
-
name
:
Publish Test Results
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help