Skip to content

Commit

Permalink
Test credentials are cleared using ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Dec 24, 2023
1 parent e3b94a8 commit 7b68ae4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b68ae4

Please sign in to comment.