Skip to content

Commit 69d3eba

Browse files
committed
update fail_ci_if_error for release
1 parent b4b4d04 commit 69d3eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
files: common/target/scala-2.12/coverage-report/cobertura.xml,core/target/scala-2.12/coverage-report/cobertura.xml,teskit/target/scala-2.12/coverage-report/cobertura.xml
4444
flags: unittests
45-
fail_ci_if_error: true
45+
fail_ci_if_error: false
4646
verbose: true
4747
- name: Publish
4848
run: sbt publish

0 commit comments

Comments
 (0)