File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 path : ~/.asdf
3737 key : ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
38- restore-keys : |
39- ${{ runner.os }}-asdf-
38+ fail-on-cache-miss : false
4039
4140 - name : Install asdf
4241 uses :
asdf-vm/actions/[email protected] 5251 source $(poetry env info --path)/bin/activate
5352
5453 - name : Run Linting
55- 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+ ls -ltr ~/.asdf/installs/terraform/1.9.8/bin
64+ ~/.asdf/installs/terraform/1.9.8/bin/terraform --version
65+ make lint
5666
5767 - name : Run Unit Tests
5868 run : make test
You can’t perform that action at this time.
0 commit comments