Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4via committed Oct 17, 2023
1 parent 6c3a59c commit 36c3526
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
module: [core, servlet, websockets-jsr]
module: [core]
#, servlet, websockets-jsr]
jdk: [11, 17]
openjdk_impl: [ temurin ]
steps:
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
- name: Print Version
run: mvn -v
- name: Run Tests
run: mvn -U -B -fae test -Pproxy '-DfailIfNoTests=false' -pl ${{ matrix.module }}
run: mvn -U -B -fae test -Pproxy '-DfailIfNoTests=false' -pl ${{ matrix.module }} -Dtest=RapidResetDDoSUnitTestCase
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand All @@ -119,7 +120,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
module: [core, servlet, websockets-jsr]
module: [core]
#, servlet, websockets-jsr]
proxy: ['-Pproxy', '']
jdk: [11]
steps:
Expand Down Expand Up @@ -155,7 +157,7 @@ jobs:
- name: Print Version
run: mvn -v
- name: Run Tests
run: mvn -U -B -fae test ${{ matrix.proxy }} '-DfailIfNoTests=false' -pl ${{ matrix.module }} -Dtest.ipv6=true
run: mvn -U -B -fae test ${{ matrix.proxy }} '-DfailIfNoTests=false' -pl ${{ matrix.module }} -Dtest.ipv6=true -Dtest=RapidResetDDoSUnitTestCase
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand Down

0 comments on commit 36c3526

Please sign in to comment.