Skip to content

Commit 2601ce0

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

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+
asdf which terraform
59+
cat .tools-versions
60+
make lint
5561
5662
- name: Run Unit Tests
5763
run: make test

0 commit comments

Comments
 (0)