Skip to content

Commit f69685d

Browse files
committed
Set MAVEN_OPTS to disable assertions during SonarCloud analysis in CI
* This is required until bigdataviewer/bigdataviewer-core#217 is merged and released
1 parent 0647f6a commit f69685d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
5555
sudo apt-get update
5656
sudo apt-get install -y libblosc-dev
57+
export MAVEN_OPTS="-da"
5758
mvn -B verify --file pom.xml -Pcoverage sonar:sonar -Dsonar.projectKey=BioImageTools_ome-zarr-fiji-java -Dsonar.organization=bioimagetools
5859
5960
- name: Upload artifacts for subsequent review

0 commit comments

Comments
 (0)