Skip to content

Commit

Permalink
build: use compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Dec 1, 2024
1 parent cfef0be commit 9b98d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-core-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
cp -f testsuite/org.eclipse.lyo.testsuite.server/config/refimpl2020/cm/web.xml refimpl/src/server-cm/src/main/webapp/WEB-INF/web.xml
mvn -B -f refimpl/src/lib-common/pom.xml clean install
mvn -B -f refimpl/src/pom.xml clean package
docker-compose -f refimpl/src/docker-compose.yml build
docker compose -f refimpl/src/docker-compose.yml build
- name: Run Lyo Test Suite
run: |
docker-compose -f refimpl/src/docker-compose.yml up --detach
docker compose -f refimpl/src/docker-compose.yml up --detach
>&2 echo "Sleeping for 20 seconds"
sleep 20
>&2 echo "Done sleeping"
Expand Down

0 comments on commit 9b98d9a

Please sign in to comment.