Skip to content

Commit c522e22

Browse files
committed
commands
1 parent d80d8ae commit c522e22

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,17 @@ jobs:
272272
- name: Run init
273273
run: tailout init
274274

275-
- name: Create instance and test workflow
276-
run: |
277-
tailout create
278-
tailout status
279-
tailout disconnect
280-
tailout status
275+
- name: Create instance
276+
run: tailout create
277+
278+
- name: Check instance status
279+
run: tailout status
280+
281+
- name: Disconnect instance
282+
run: tailout disconnect
283+
284+
- name: Check instance status after disconnect
285+
run: tailout status
281286

282287
# TODO: check if the public IP address matches the one from the new instance
283288

0 commit comments

Comments
 (0)