Skip to content

Commit 45233f7

Browse files
committed
[NRL-774] WIP add some debug to linter step
1 parent 7b2f488 commit 45233f7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,16 @@ jobs:
5151
source $(poetry env info --path)/bin/activate
5252
5353
- name: Run Linting
54-
run: make lint
54+
run: |
55+
which asdf
56+
which terraform
57+
#env
58+
#cat .tool-versions
59+
#ls -ltr ~/.asdf/installs/terraform
60+
#asdf list terraform
61+
ldd ~/.asdf/installs/terraform/1.9.8/bin/terraform
62+
file ~/.asdf/installs/terraform/1.9.8/bin/terraform
63+
make lint
5564
5665
- name: Run Unit Tests
5766
run: make test

0 commit comments

Comments
 (0)