Skip to content

Commit cdd845c

Browse files
committed
better sanity check
1 parent 42ef8ee commit cdd845c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- name: Install defang
1919
run: . <(curl -Ls https://s.defang.io/install)
2020

21-
- name: Login to Defang
22-
run: defang version
21+
- name: Sanity check
22+
run: defang --version

0 commit comments

Comments
 (0)