We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f08129 commit 617a54eCopy full SHA for 617a54e
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Run tests
13
- run: docker-compose -f action-services.yml run test
+ run: docker compose -f action-services.yml run test
14
15
build-and-publish:
16
name: Build and Publish
action-services.yml
@@ -1,5 +1,3 @@
1
-version: "3"
2
-
3
services:
4
test:
5
build: .
0 commit comments