From 491009d08b3faa684cdb9db313e121394adf47d9 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 8 Aug 2024 16:12:41 +0200 Subject: [PATCH] Update workflows --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0d0b4..d54bb2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + ./services scorpio && ./services stop \ No newline at end of file