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