From 617a54e9f621a9734730e135266ceecd63101f3e Mon Sep 17 00:00:00 2001 From: Jason Jackson Date: Fri, 2 Aug 2024 13:30:50 -0400 Subject: [PATCH] update docker-compose to docker compose --- .github/workflows/ci.yml | 2 +- action-services.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 629a6b0..35b74c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tests - run: docker-compose -f action-services.yml run test + run: docker compose -f action-services.yml run test build-and-publish: name: Build and Publish diff --git a/action-services.yml b/action-services.yml index 4e58821..f76267c 100644 --- a/action-services.yml +++ b/action-services.yml @@ -1,5 +1,3 @@ -version: "3" - services: test: build: .