Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 8, 2024
1 parent cc99922 commit 491009d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
submodules: recursive
- name: Build Images
run: |
./services create test || true
./services create || true
- name: Run Orion
run: |
./services orion test && ./services stop test
./services orion && ./services stop
- name: Run Stellio
run: |
./services stellio test && ./services stop test
./services stellio && ./services stop
- name: Run Scorpio
run: |
./services scorpio test && ./services stop test
./services scorpio && ./services stop

0 comments on commit 491009d

Please sign in to comment.