Skip to content

Commit 212310f

Browse files
test17
1 parent 4499cc4 commit 212310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)