Skip to content

Commit 0d1ea87

Browse files
committed
add ssh debugging
1 parent caf85a9 commit 0d1ea87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
run: yarn build:dev
9595
- name: Copy ENV File
9696
run: cp .env.ci .env
97+
- name: Setup interactive ssh session
98+
uses: Warpbuilds/[email protected]
9799
- name: Run End to End Tests
98100
if: steps.build.outputs.exit_code == 0
99101
run: yarn test:local --filter=testUseEoaSessionSigsToExecuteJsSigning,testUseEoaSessionSigsToPkpSign,testUsePkpSessionSigsToExecuteJsSigning,testUsePkpSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigning,testDelegatingCapacityCreditsNFTToAnotherWalletToExecuteJs,testEthAuthSigToEncryptDecryptString,testExecuteJsSignAndCombineEcdsa,testExecutJsDecryptAndCombine,testExecuteJsBroadcastAndCollect --exclude=Parallel

0 commit comments

Comments
 (0)