From 7262211bdf40636b5909eb4db16eac0d187f6566 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 9 May 2022 23:28:07 -0400 Subject: [PATCH] fix(ci): wrong file being referenced by CI (#4364) --- .github/workflows/continous-integration-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 6cc70377..87e7a781 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -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