Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit cf7c61b

Browse files
committed
Update ci.yml
1 parent 5573bc8 commit cf7c61b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Build and start containers
20-
run: docker-compose up -d
20+
run: docker compose up -d
2121

2222
- name: Run Maven build inside container
23-
run: docker-compose exec app mvn clean package -f /source/pom.xml -X
23+
run: docker compose exec app mvn clean package -f /source/pom.xml -X
2424

2525
- name: Stop containers
26-
run: docker-compose down
26+
run: docker compose down

0 commit comments

Comments
 (0)