From 0ad91090a2e5381b50f21c95e10f34cec8678b20 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 1 Jan 2024 17:42:41 +0100 Subject: [PATCH] ci: fix paths Signed-off-by: Andrew Berezovskyi --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 43414a0..ec2c464 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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