fix(ci): wrong file being referenced by CI (#4364)

This commit is contained in:
Gustavo Valverde 2022-05-09 23:28:07 -04:00 committed by GitHub
parent f1d6226470
commit 7262211bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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