fix(ci): wrong file being referenced by CI (#4364)
This commit is contained in:
parent
f1d6226470
commit
7262211bdf
|
|
@ -197,7 +197,7 @@ jobs:
|
|||
# Test that Zebra syncs and fully validates a few thousand blocks from a cached mandatory checkpoint disk
|
||||
test-stateful-sync:
|
||||
needs: build
|
||||
uses: ./.github/workflows/gcp-test-deploy.yml
|
||||
uses: ./.github/workflows/deploy-gcp-tests.yml
|
||||
if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' }}
|
||||
with:
|
||||
test_id: sync-past-checkpoint
|
||||
|
|
@ -231,7 +231,7 @@ jobs:
|
|||
# Test that Zebra can answer a synthetic RPC call, using a cached Zebra tip state
|
||||
lightwalletd-rpc-test:
|
||||
needs: build
|
||||
uses: ./.github/workflows/gcp-test-deploy.yml
|
||||
uses: ./.github/workflows/deploy-gcp-tests.yml
|
||||
if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' }}
|
||||
with:
|
||||
app_name: lightwalletd
|
||||
|
|
@ -248,7 +248,7 @@ jobs:
|
|||
# TODO: use a cached lightwalletd tip state to speed up the test (#4303)
|
||||
lightwalletd-transactions-test:
|
||||
needs: build
|
||||
uses: ./.github/workflows/gcp-test-deploy.yml
|
||||
uses: ./.github/workflows/deploy-gcp-tests.yml
|
||||
if: ${{ github.event.inputs.regenerate-disks != 'true' && github.event.inputs.run-full-sync != 'true' }}
|
||||
with:
|
||||
app_name: lightwalletd
|
||||
|
|
|
|||
Loading…
Reference in New Issue