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
小 白蛋
Mizu
Commits
3ca7c59f
Commit
3ca7c59f
authored
3 years ago
by
Igor Gov
Browse files
Options
Download
Email Patches
Plain Diff
changing CI names
parent
f95a8aa6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/build_check.yml
+3
-3
.github/workflows/build_check.yml
.github/workflows/static_code_analysis.yml
+9
-1
.github/workflows/static_code_analysis.yml
.github/workflows/tests.yml
+3
-3
.github/workflows/tests.yml
with
15 additions
and
7 deletions
+15
-7
.github/workflows/
pr_validation
.yml
→
.github/workflows/
build_check
.yml
+
3
-
3
View file @
3ca7c59f
name
:
PR validation
name
:
Build checks
on
:
pull_request
:
...
...
@@ -12,7 +12,7 @@ concurrency:
jobs
:
build-cli
:
name
:
Build
CLI executable
name
:
CLI executable
build
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Go
1.16
...
...
@@ -27,7 +27,7 @@ jobs:
run
:
make cli
build-agent
:
name
:
Build
Agent docker image
name
:
Agent docker image
build
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code into the Go module directory
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/static_code_analysis.yml
+
9
-
1
View file @
3ca7c59f
name
:
Static code analysis
on
:
[
pull_request
]
on
:
pull_request
:
branches
:
-
'
develop'
-
'
main'
push
:
branches
:
-
'
develop'
-
'
main'
permissions
:
contents
:
read
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/tests
_validation
.yml
→
.github/workflows/tests.yml
+
3
-
3
View file @
3ca7c59f
name
:
t
ests
validation
name
:
T
ests
on
:
pull_request
:
...
...
@@ -16,7 +16,7 @@ concurrency:
jobs
:
run-tests-cli
:
name
:
Run CLI tests
name
:
CLI
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Go
1.16
...
...
@@ -34,7 +34,7 @@ jobs:
uses
:
codecov/codecov-action@v2
run-tests-agent
:
name
:
Run
Agent
tests
name
:
Agent
runs-on
:
ubuntu-latest
steps
:
-
name
:
Set up Go
1.16
...
...
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