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: .