From a1deb1110ab08127be16e440f49b9a0f38dc0f76 Mon Sep 17 00:00:00 2001 From: Flavia Rainone Date: Fri, 11 Oct 2024 06:16:00 -0300 Subject: [PATCH] [UNDERTOW-2449] Revert changes that have been merged by mistake in CI when investigating PushResourceRSTTestCase Signed-off-by: Flavia Rainone --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f0a7ffde..fd61ce495e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Print Version run: mvn -v - name: Run Tests - run: mvn -U -B -fae test -Dtest=PushResourceRSTTestCase '-DfailIfNoTests=false' -pl ${{ matrix.module }} + run: mvn -U -B -fae test -Pproxy '-DfailIfNoTests=false' -pl ${{ matrix.module }} - uses: actions/upload-artifact@v4 if: failure() with: @@ -120,8 +120,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - module: [core] - proxy: [''] + module: [core, servlet, websockets-jsr] + proxy: ['-Pproxy', ''] jdk: [11] steps: - name: Update hosts - linux @@ -156,7 +156,7 @@ jobs: - name: Print Version run: mvn -v - name: Run Tests - run: mvn -U -B -fae test ${{ matrix.proxy }} '-Dtest=PushResourceRSTTestCase' '-DfailIfNoTests=false' -pl ${{ matrix.module }} -Dtest.ipv6=true + run: mvn -U -B -fae test ${{ matrix.proxy }} '-DfailIfNoTests=false' -pl ${{ matrix.module }} -Dtest.ipv6=true - uses: actions/upload-artifact@v4 if: failure() with: