fix(ci): Add missing patch jobs (#8578)
This commit is contained in:
parent
e4e54e4b30
commit
f2ab3271e9
|
@ -30,6 +30,13 @@ jobs:
|
|||
steps:
|
||||
- run: 'echo "Skipping job on fork"'
|
||||
|
||||
test-configuration-file-testnet:
|
||||
name: Test CD testnet Docker config file / Test default-conf in Docker
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "Skipping job on fork"'
|
||||
|
||||
test-zebra-conf-path:
|
||||
name: Test CD custom Docker config file / Test custom-conf in Docker
|
||||
needs: build
|
||||
|
|
|
@ -40,6 +40,13 @@ jobs:
|
|||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
test-configuration-file-testnet:
|
||||
name: Test CD testnet Docker config file / Test default-conf in Docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
|
||||
test-zebra-conf-path:
|
||||
name: Test CD custom Docker config file / Test custom-conf in Docker
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -57,6 +57,13 @@ jobs:
|
|||
steps:
|
||||
- run: 'echo "Skipping job on fork"'
|
||||
|
||||
test-configuration-file-testnet:
|
||||
name: Test CI testnet Docker config file / Test default-conf in Docker
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "Skipping job on fork"'
|
||||
|
||||
test-zebra-conf-path:
|
||||
name: Test CI custom Docker config file / Test custom-conf in Docker
|
||||
needs: build
|
||||
|
|
|
@ -66,6 +66,12 @@ jobs:
|
|||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
test-configuration-file-testnet:
|
||||
name: Test CI testnet Docker config file / Test default-conf in Docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
test-zebra-conf-path:
|
||||
name: Test CI custom Docker config file / Test custom-conf in Docker
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust: [stable, beta]
|
||||
features: [""]
|
||||
exclude:
|
||||
|
|
Loading…
Reference in New Issue