Skip to content

Commit d29296f

Browse files
committed
Rename test binary file
1 parent 836edf6 commit d29296f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
env:
1616
TERM: xterm-256color
1717
run: |
18-
shellcheck -s bash -x bin/terraform-selfupgrade
18+
shellcheck -s bash -x bin/terraform-install
19+
sudo make install
20+
command -v tfm
1921
- name: Upload crash artifact
2022
uses: actions/upload-artifact@v2
2123
if: failure()

0 commit comments

Comments
 (0)