diff --git a/.github/workflows/test-http.yaml b/.github/workflows/test-http.yaml index b1414d92..3bef82b1 100644 --- a/.github/workflows/test-http.yaml +++ b/.github/workflows/test-http.yaml @@ -119,7 +119,11 @@ jobs: - name: Create dummy credential file run: + ls -la ${{ runner.temp }} + mkdir -p ${{ runner.temp }}/_github_home + ls -la ${{ runner.temp }} cp tests/workflows/test-http/http-module/netrc ${{ runner.temp }}/_github_home/.netrc + ls -la ${{ runner.temp }} - name: Apply uses: ./terraform-apply diff --git a/.github/workflows/test-registry.yaml b/.github/workflows/test-registry.yaml index 82e4804d..31ab362d 100644 --- a/.github/workflows/test-registry.yaml +++ b/.github/workflows/test-registry.yaml @@ -16,7 +16,11 @@ jobs: - name: Create dummy credential file run: + ls -la ${{ runner.temp }} + mkdir -p ${{ runner.temp }}/_github_home + ls -la ${{ runner.temp }} cp tests/workflows/test-registry/terraformrc ${{ runner.temp }}/_github_home/.terraformrc + ls -la ${{ runner.temp }} - name: Plan uses: ./terraform-plan