Skip to content

Commit 95045dc

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ 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+
make lint
5562
5663
- name: Run Unit Tests
5764
run: make test

0 commit comments

Comments
 (0)