Skip to content

Commit e0ea91d

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ 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+
make lint
5561
5662
- name: Run Unit Tests
5763
run: make test

0 commit comments

Comments
 (0)