Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Apr 6, 2024
1 parent 58c791f commit 9ce8a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven using JDK ${{ matrix.java }}
run: mvn --batch-mode --no-transfer-progress verify
run: mvn --batch-mode --no-transfer-progress verify --define net.bytebuddy.experimental=true
- name: Build with coverage with Maven using JDK ${{ matrix.java }}
if: ${{ matrix.java == '11' && matrix.os == 'ubuntu-latest' }}
run: mvn --batch-mode --no-transfer-progress --activate-profiles=coverage verify
Expand Down

0 comments on commit 9ce8a98

Please sign in to comment.