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 54ad8fb commit 0ad9109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build RefImpl
run: |
# disable basic auth
cp -f testsuite/config/refimpl2020/cm/web.xml refimpl/src/server-cm/src/main/webapp/WEB-INF/web.xml
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 package
docker-compose -f refimpl/src/docker-compose.yml build
- name: Run Lyo Test Suite
Expand Down

0 comments on commit 0ad9109

Please sign in to comment.