From 0b03a2a28d29b922797c9658fa1751a72cef6c8b Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 8 Aug 2024 16:13:46 +0200 Subject: [PATCH] Update workflows --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 461019d..4121dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: submodules: recursive - name: Build Images run: | - ./services create test || true + ./services create || true - name: Run Script run: | - ./services start test && ./services stop test + ./services start && ./services stop