Skip to content

Commit

Permalink
more echo
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-nikhildua committed Jun 13, 2024
1 parent eba75d6 commit 5debbfa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
echo "$S${{ secrets.SSH_PUBLIC_KEY }}" >${{env.TF_VAR_PUBLIC_KEY_PATH}}
chmod 644 ${{env.TF_VAR_PUBLIC_KEY_PATH}}
ls -l
cat ${{env.TF_VAR_PRIVATE_KEY_PATH}}
cat ${{env.TF_VAR_PUBLIC_KEY_PATH}}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3

Expand All @@ -65,7 +63,11 @@ jobs:
- name: Terraform Test
id: test
run: |
ls -l
ls -l
cat ${{env.TF_VAR_PRIVATE_KEY_PATH}}
echo "...""
cat ${{env.TF_VAR_PUBLIC_KEY_PATH}}
#terraform test -verbose
Expand Down

0 comments on commit 5debbfa

Please sign in to comment.