Skip to content

Commit 8ca3fdc

Browse files
committed
Add Scorpio Test
1 parent 4ac5ecf commit 8ca3fdc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build Images
2727
run: |
2828
./services create test || true
29-
- name: Run Script
29+
- name: Run Orion
3030
run: |
31-
./services start test && ./services stop test
31+
./services orion test && ./services stop test
32+
- name: Run Scorpio
33+
run: |
34+
./services scorpio test && ./services stop test

0 commit comments

Comments
 (0)