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
4de795e4
Unverified
Commit
4de795e4
authored
3 years ago
by
Igor Gov
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Alert on acceptance tests failure (#537)
parent
ab029f43
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/acceptance_tests.yml
+12
-0
.github/workflows/acceptance_tests.yml
.github/workflows/security_validation.yml
+0
-25
.github/workflows/security_validation.yml
with
12 additions
and
25 deletions
+12
-25
.github/workflows/acceptance_tests.yml
+
12
-
0
View file @
4de795e4
...
...
@@ -30,3 +30,15 @@ jobs:
-
name
:
Test
run
:
make acceptance-test
-
name
:
Slack notification on failure
uses
:
ravsamhq/notify-slack-action@v1
if
:
always()
with
:
status
:
${{ job.status }}
notification_title
:
'
Mizu
{workflow}
has
{status_message}'
message_format
:
'
{emoji}
*{workflow}*
{status_message}
during
<{run_url}|run>,
after
commit:
<{commit_url}|{commit_sha}>'
footer
:
'
Linked
Repo
<{repo_url}|{repo}>'
notify_when
:
'
failure'
env
:
SLACK_WEBHOOK_URL
:
${{ secrets.SLACK_WEBHOOK_URL }}
This diff is collapsed.
Click to expand it.
.github/workflows/security_validation.yml
deleted
100644 → 0
+
0
-
25
View file @
ab029f43
name
:
Security validation
on
:
pull_request
:
branches
:
-
'
develop'
-
'
main'
jobs
:
security
:
name
:
Check for vulnerabilities
runs-on
:
ubuntu-latest
env
:
SNYK_TOKEN
:
${{ secrets.SNYK_TOKEN }}
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
snyk/actions/setup@master
-
name
:
Set up Go
1.16
uses
:
actions/setup-go@v2
with
:
go-version
:
'
1.16'
-
name
:
Run snyl on all projects
run
:
snyk test --all-projects
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