ref(docker): combine test and prod entrypoints into one #5863
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These jobs can be skipped based on cached Google Cloud state disks, | |
# and some of them just run on the `main` branch, | |
# so the patch jobs always need to run on every PR. | |
name: CI Docker | |
on: | |
pull_request: | |
jobs: | |
regenerate-stateful-disks: | |
name: Zebra checkpoint / Run sync-to-checkpoint test | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' | |
test-full-sync: | |
name: Zebra tip / Run full-sync-to-tip test | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' | |
lightwalletd-full-sync: | |
name: lightwalletd tip / Run lwd-full-sync test | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |