Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
fc4fee09
Unverified
Commit
fc4fee09
authored
Jan 09, 2022
by
Nikita Titov
Committed by
GitHub
Jan 08, 2022
Browse files
[ci] use -1 for exit code in case of failure (#4939)
parent
3b1f16d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+1
-1
No files found.
.github/workflows/r_package.yml
View file @
fc4fee09
...
@@ -209,7 +209,7 @@ jobs:
...
@@ -209,7 +209,7 @@ jobs:
run
:
|
run
:
|
cd R-package/tests
cd R-package/tests
exit_code=0
exit_code=0
RDscript${{ matrix.r_customization }} testthat.R >> tests.log 2>&1 || exit_code=1
RDscript${{ matrix.r_customization }} testthat.R >> tests.log 2>&1 || exit_code=
-
1
cat ./tests.log
cat ./tests.log
exit ${exit_code}
exit ${exit_code}
test-r-debian-clang
:
test-r-debian-clang
:
...
...
Write
Preview
Markdown
is supported
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