Skip to content

Commit

Permalink
[UNDERTOW-2449] Revert changes that have been merged by mistake in CI…
Browse files Browse the repository at this point in the history
… when investigating PushResourceRSTTestCase

Signed-off-by: Flavia Rainone <[email protected]>
  • Loading branch information
fl4via committed Oct 11, 2024
1 parent 2d28090 commit a1deb11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a1deb11

Please sign in to comment.