Skip to content

Commit edffd5b

Browse files
committed
disabling ssh debug - published new docker image
1 parent 140bcdc commit edffd5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
run: yarn build:dev
9595
- name: Copy ENV File
9696
run: cp .env.ci .env
97-
- name: Setup an interactive ssh session
98-
uses: Warpbuilds/[email protected]
99-
with:
100-
limit-access-to-actor: true
97+
# - name: Setup an interactive ssh session
98+
# uses: Warpbuilds/[email protected]
99+
# with:
100+
# limit-access-to-actor: true
101101
- name: Run End to End Tests
102102
if: steps.build.outputs.exit_code == 0
103103
run: yarn test:local --filter=testUseEoaSessionSigsToExecuteJsSigning,testUseEoaSessionSigsToPkpSign,testUsePkpSessionSigsToExecuteJsSigning,testUsePkpSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToPkpSign,testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigning,testDelegatingCapacityCreditsNFTToAnotherWalletToExecuteJs,testEthAuthSigToEncryptDecryptString,testExecuteJsSignAndCombineEcdsa,testExecutJsDecryptAndCombine,testExecuteJsBroadcastAndCollect --exclude=Parallel

0 commit comments

Comments
 (0)