Skip to content

Commit 5b904e4

Browse files
committed
Add -DargLine="-ea" to SonarCloud Maven command in CI
* This is required until bigdataviewer/bigdataviewer-core#217 is merged and released
1 parent 0647f6a commit 5b904e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +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-
mvn -B verify --file pom.xml -Pcoverage sonar:sonar -Dsonar.projectKey=BioImageTools_ome-zarr-fiji-java -Dsonar.organization=bioimagetools
57+
mvn -B verify --file pom.xml -Pcoverage sonar:sonar -Dsonar.projectKey=BioImageTools_ome-zarr-fiji-java -Dsonar.organization=bioimagetools -DargLine="-ea"
5858
5959
- name: Upload artifacts for subsequent review
6060
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)