We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991a9fe commit a19e7c6Copy full SHA for a19e7c6
.github/workflows/compose-test.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- run: mkdir -p databases/{postgres,orientdb}/{backup,data}
13
- run: mkdir keys
14
- - run: docker-compose -f "docker-compose.dev.yml" up -d --build
+ - run: docker compose -f "docker-compose.dev.yml" up -d --build
15
- run: bash tests/test-docker-compose.sh
16
- - run: docker-compose -f "docker-compose.dev.yml" down
+ - run: docker compose -f "docker-compose.dev.yml" down
17
if: always()
0 commit comments