Skip to content

Commit

Permalink
Merge pull request #295 from silinternational/feature/actions-docker-…
Browse files Browse the repository at this point in the history
…compose

update docker-compose to docker compose
  • Loading branch information
jason-jackson authored Aug 2, 2024
2 parents 8f08129 + 617a54e commit 2e313ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions action-services.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
test:
build: .
Expand Down

0 comments on commit 2e313ea

Please sign in to comment.