Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
osh
Commits
518ee003
Unverified
Commit
518ee003
authored
Sep 29, 2021
by
zapashcanon
Browse files
meh
parent
4cf12e8a
Pipeline
#15705
failed with stages
in 5 minutes and 41 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/server.ml
src/server.ml
+1
-1
No files found.
src/server.ml
View file @
518ee003
...
...
@@ -99,7 +99,7 @@ let () =
|
"failure"
->
(
"Failure"
,
Color
.
Red
)
|
"neutral"
->
(
"Neutral"
,
Color
.
Grey
)
|
"cancelled"
->
(
"Cancelled"
,
Color
.
Red
)
|
"skipped"
->
(
"
Cancell
ed"
,
Color
.
Red
)
|
"skipped"
->
(
"
Skipp
ed"
,
Color
.
Red
)
|
"timed_out"
->
(
"Timed out"
,
Color
.
Red
)
|
unknown
->
(
unknown
,
Color
.
Grey
)
in
...
...
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