From 606302c1d8dc9d59fc172751b7601893096e98ed Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Fri, 8 Nov 2024 15:41:21 +0100 Subject: [PATCH] Use correct exclusion list for relaxed construction testing --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index cb3e7ac6fc..94ec4ea8b1 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -264,7 +264,7 @@ jobs: path: 'server-log.tgz' - name: Build with Maven, no WildFly run: | - mvn clean verify -Dno-format -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dcdi.tck.suite.xml.file=src/test/tck/tck-tests.xml -Dorg.jboss.weld.construction.relaxed=true + mvn clean verify -Dno-format -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dcdi.tck.suite.xml.file=src/test/tck/tck-tests-web.xml -Dorg.jboss.weld.construction.relaxed=true - name: Prepare failure archive (if maven failed) if: failure() shell: bash