From 9c06bff6ffde2d88c5c68554b223517bdbae637a Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 8 Aug 2024 16:11:49 +0200 Subject: [PATCH] Update workflows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78da8f0..09e8a60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: ./services create || true - name: Run Script run: | - ./services start test && ./services stop test \ No newline at end of file + ./services start && ./services stop \ No newline at end of file