Skip to content

Commit 3dd67eb

Browse files
author
Christian Theilemann
committed
cicd: make sure sdk integration test container stays around after exit for better debuggability
1 parent b718154 commit 3dd67eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version-file: .node-version
3333

34-
- run: docker run --rm -p 8080:8080 -p 8081:8081 --name=local-testnet --detach ${{ secrets.GCP_DOCKER_ARTIFACT_REPO }}/tools:${{ inputs.GIT_SHA }} aptos node run-local-testnet --with-faucet
34+
- run: docker run -p 8080:8080 -p 8081:8081 --name=local-testnet --detach ${{ secrets.GCP_DOCKER_ARTIFACT_REPO }}/tools:${{ inputs.GIT_SHA }} aptos node run-local-testnet --with-faucet
3535

3636
# Run package install, test, build
3737
- run: cd ./ecosystem/typescript/sdk && yarn install

0 commit comments

Comments
 (0)