diff --git a/.github/docker-file-sharing-settings.png b/.github/docker-file-sharing-settings.png index 1a5e046a..76617de1 100644 Binary files a/.github/docker-file-sharing-settings.png and b/.github/docker-file-sharing-settings.png differ diff --git a/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml b/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml index 4be76118..1f6e8ce1 100644 --- a/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml +++ b/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml @@ -56,9 +56,6 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - name: Install deps run: | npm ci diff --git a/README.md b/README.md index d82fa750..4ead81c4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ The Hedera Local Node project allows developers to set up their own local networ ![settings.png](https://raw.githubusercontent.com/hashgraph/hedera-local-node/refs/heads/main/.github/settings.png) - Ensure the hedera-local-node folder is added to Docker File Sharing **Settings -> Resources -> File Sharing**. + - If you're using hedera-local as npm package - running 'npm root -g' should output the path you have to add under File Sharing Docker's Setting. + - If you're using hedera-local as cloned repo - running 'pwd' in the project's root should output the path you have to add under File Sharing Docker's Setting. **Note**: The image may look different if you are on a different version ![docker-file-sharing-settings.png](https://raw.githubusercontent.com/hashgraph/hedera-local-node/refs/heads/main/.github/docker-file-sharing-settings.png)