Skip to content

Commit

Permalink
ci: fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Jan 1, 2024
1 parent 4634dd1 commit 4822fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: |
# disable basic auth
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/server-cm/lib-common/pom.xml clean install
mvn -B -f refimpl/src/server-cm/pom.xml clean package
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
- name: Run Lyo Test Suite
run: |
Expand Down

0 comments on commit 4822fdf

Please sign in to comment.