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
ba012781
Commit
ba012781
authored
Mar 17, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't run the CI twice
parent
92f6678f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
test_challenge.yml
.github/workflows/test_challenge.yml
+1
-1
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+1
-1
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+1
-1
test_contracts.yml
.github/workflows/test_contracts.yml
+1
-1
test_minigeth.yml
.github/workflows/test_minigeth.yml
+2
-2
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+1
-1
No files found.
.github/workflows/test_challenge.yml
View file @
ba012781
name
:
Test Challenge
name
:
Test Challenge
on
:
[
push
,
pull_request
]
on
:
push
jobs
:
jobs
:
unit
:
unit
:
...
...
.github/workflows/test_challenge_fault.yml
View file @
ba012781
name
:
Test Challenge Fault
name
:
Test Challenge Fault
on
:
[
push
,
pull_request
]
on
:
push
jobs
:
jobs
:
unit
:
unit
:
...
...
.github/workflows/test_challenge_simple.yml
View file @
ba012781
name
:
Test Challenge Simple
name
:
Test Challenge Simple
on
:
[
push
,
pull_request
]
on
:
push
jobs
:
jobs
:
unit
:
unit
:
...
...
.github/workflows/test_contracts.yml
View file @
ba012781
name
:
Test Contracts
name
:
Test Contracts
on
:
[
push
,
pull_request
]
on
:
push
jobs
:
jobs
:
unit
:
unit
:
...
...
.github/workflows/test_minigeth.yml
View file @
ba012781
name
:
Test minigeth
name
:
Test minigeth
on
:
[
push
,
pull_request
]
on
:
push
jobs
:
jobs
:
unit
:
unit
:
...
@@ -24,4 +24,4 @@ jobs:
...
@@ -24,4 +24,4 @@ jobs:
-
name
:
Test block 13284053 (deletion)
-
name
:
Test block 13284053 (deletion)
run
:
minigeth/go-ethereum
13284053
run
:
minigeth/go-ethereum
13284053
-
name
:
Test block 13303075 (uncles)
-
name
:
Test block 13303075 (uncles)
run
:
minigeth/go-ethereum 13303075
run
:
minigeth/go-ethereum
13303075
\ No newline at end of file
.github/workflows/test_mipsevm.yml
View file @
ba012781
name
:
Test MIPS EVM
name
:
Test MIPS EVM
on
:
[
push
,
pull_request
]
on
:
push
jobs
:
jobs
:
unit
:
unit
:
...
...
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