We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b718154 commit 3dd67ebCopy full SHA for 3dd67eb
.github/workflows/sdk-integration-test.yaml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
node-version-file: .node-version
33
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
+ - 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
35
36
# Run package install, test, build
37
- run: cd ./ecosystem/typescript/sdk && yarn install
0 commit comments