Skip to content

Commit a1e6f35

Browse files
author
Baptiste Boussemart
committed
feat: more acceptance tests, and running w/ master
1 parent ec5153f commit a1e6f35

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pr.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Pull Request Check
22
on:
3+
push:
4+
paths-ignore:
5+
- 'docs/**'
6+
- '**.md'
7+
- 'mkdocs.yml'
8+
- '.gitignore'
9+
branches:
10+
- master
311
pull_request:
412
paths-ignore:
513
- 'docs/**'
@@ -87,6 +95,12 @@ jobs:
8795
tag:
8896
- 'basic || basic-raft || (advanced && raft) || networks/typical::raft'
8997
- 'basic || basic-istanbul || (advanced && istanbul && !block-heights) || networks/typical::istanbul'
98+
- 'validator-management && networks/template::istanbul-3plus1'
99+
- 'multitenancy && networks/plugins::raft-multitenancy'
100+
- 'migration && networks/template::istanbul-4nodes'
101+
- 'migration && networks/template::raft-4nodes'
102+
- 'basic || networks/typical::raftmps'
103+
- 'basic || networks/typical::istanbulmps'
90104
runs-on: ubuntu-18.04
91105
steps:
92106
- name: 'Download workflow artifact - Docker image'

0 commit comments

Comments
 (0)