Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
8f5b1d81
Unverified
Commit
8f5b1d81
authored
Mar 02, 2022
by
Matthew Slipper
Committed by
GitHub
Mar 02, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2248 from cfromknecht/gh-actions-always-run-unit-tests
feat: always run go unit tests/golangci-lint on every PR
parents
da09a10d
15374d55
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
13 deletions
+10
-13
batch-submitter.yml
.github/workflows/batch-submitter.yml
+2
-2
bss-core.yml
.github/workflows/bss-core.yml
+2
-2
gas-oracle.yml
.github/workflows/gas-oracle.yml
+2
-2
golangci-lint.yml
.github/workflows/golangci-lint.yml
+2
-5
proxyd.yml
.github/workflows/proxyd.yml
+2
-2
No files found.
.github/workflows/batch-submitter.yml
View file @
8f5b1d81
...
@@ -10,8 +10,8 @@ on:
...
@@ -10,8 +10,8 @@ on:
-
'
*rc'
-
'
*rc'
-
'
regenesis/*'
-
'
regenesis/*'
pull_request
:
pull_request
:
path
s
:
branche
s
:
-
'
go/batch-submitter/*
*'
-
'
*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/bss-core.yml
View file @
8f5b1d81
...
@@ -10,8 +10,8 @@ on:
...
@@ -10,8 +10,8 @@ on:
-
'
*rc'
-
'
*rc'
-
'
regenesis/*'
-
'
regenesis/*'
pull_request
:
pull_request
:
path
s
:
branche
s
:
-
'
go/bss-core/*
*'
-
'
*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/gas-oracle.yml
View file @
8f5b1d81
...
@@ -10,8 +10,8 @@ on:
...
@@ -10,8 +10,8 @@ on:
-
'
*rc'
-
'
*rc'
-
'
regenesis/*'
-
'
regenesis/*'
pull_request
:
pull_request
:
path
s
:
branche
s
:
-
'
go/gas-oracle/*
*'
-
'
*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/golangci-lint.yml
View file @
8f5b1d81
...
@@ -12,11 +12,8 @@ on:
...
@@ -12,11 +12,8 @@ on:
-
'
*rc'
-
'
*rc'
-
'
regenesis/*'
-
'
regenesis/*'
pull_request
:
pull_request
:
paths
:
branches
:
-
'
go/gas-oracle/**'
-
'
*'
-
'
go/batch-submitter/**'
-
'
go/bss-core/**'
-
'
go/teleportr/**'
jobs
:
jobs
:
golangci
:
golangci
:
name
:
lint
name
:
lint
...
...
.github/workflows/proxyd.yml
View file @
8f5b1d81
...
@@ -6,8 +6,8 @@ on:
...
@@ -6,8 +6,8 @@ on:
-
'
master'
-
'
master'
-
'
develop'
-
'
develop'
pull_request
:
pull_request
:
path
s
:
branche
s
:
-
'
go/proxyd/*
*'
-
'
*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
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