fix(ci): Add missing patch jobs (#8578)

This commit is contained in:
Gustavo Valverde 2024-06-04 12:06:13 -04:00 committed by GitHub
parent e4e54e4b30
commit f2ab3271e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 28 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: