Skip to content

Commit 2e313ea

Browse files
Merge pull request #295 from silinternational/feature/actions-docker-compose
update docker-compose to docker compose
2 parents 8f08129 + 617a54e commit 2e313ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Run tests
13-
run: docker-compose -f action-services.yml run test
13+
run: docker compose -f action-services.yml run test
1414

1515
build-and-publish:
1616
name: Build and Publish

action-services.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
test:
53
build: .

0 commit comments

Comments
 (0)