Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
anacalva committed Mar 21, 2024
1 parent be2fcfa commit e5b1b4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ jobs:
shell: bash
run: |
echo $PATH
ls -la /usr/local/bin/
ls -la $PATH
ls -la /bin/terr*
ls -la /sbin/terr*
ls -la /usr/bin/terr*
ls -la /usr/sbin/terr*
ls -la /usr/local/sbin/terr*
ls -la /home/runner/_work/_tool/
test-terraform-apply:
Expand Down

0 comments on commit e5b1b4a

Please sign in to comment.