Skip to content

Commit

Permalink
ci: prereq
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 0a13558 commit 4634dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +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/pom.xml clean install
mvn -B -f refimpl/src/server-cm/lib-common/pom.xml clean install
mvn -B -f refimpl/src/server-cm/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 4634dd1

Please sign in to comment.