Skip to content

Commit 4bf698a

Browse files
authored
Merge pull request #128 from Umutayb/ci-yml-fixes
Fixed .yml
2 parents 3e11b7c + 1f838ff commit 4bf698a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v3
2727
- name: Start Unit Test Website
2828
run: |
29-
docker-compose up --build -d
29+
docker compose up --build -d
3030
- name: Build & Test
3131
run: mvn clean test
3232
- name: Upload screenshots

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v3
2525
- name: Start Unit Test Website
2626
run: |
27-
docker-compose up --build -d
27+
docker compose up --build -d
2828
- name: Build, Test & Release
2929
uses: ncipollo/release-action@v1
3030
with:

0 commit comments

Comments
 (0)