File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ e2e-run-test:
476476 @echo " Cloning e2e repository..."
477477 @rm -rf $(CONTRACTS_DIR ) /push-chain-sdk
478478 cd $(CONTRACTS_DIR ) && git clone $(SDK_REPO )
479- cd $(CONTRACTS_DIR ) /push-chain-sdk && git checkout e2e-test && yarn install
479+ cd $(CONTRACTS_DIR ) /push-chain-sdk && git checkout push-node-e2e && yarn install
480480 cp $(E2E_DIR ) /push-chain-interop-contracts/contracts/svm-gateway/target/idl/pushsolanalocker.json $(CONTRACTS_DIR ) /push-chain-sdk/packages/core/src/lib/constants/abi/feeLocker.json
481481 cp $(E2E_DIR ) /.env $(CONTRACTS_DIR ) /push-chain-sdk/packages/core/.env
482482 cd $(CONTRACTS_DIR ) /push-chain-sdk && npx jest core/__e2e__/pushchain.spec.ts --runInBand --detectOpenHandles
You can’t perform that action at this time.
0 commit comments