diff --git a/.github/workflows/deploy-test-with-github-hosted-runner.yml b/.github/workflows/deploy-test-with-github-hosted-runner.yml index 67460a33..b8bdc581 100644 --- a/.github/workflows/deploy-test-with-github-hosted-runner.yml +++ b/.github/workflows/deploy-test-with-github-hosted-runner.yml @@ -14,6 +14,9 @@ jobs: node-version: [16.x] steps: + - name: Print workspace directory + run: echo $GITHUB_WORKSPACE + - name: Checkout Repository uses: actions/checkout@v3