Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-6934 - next sonar test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Apr 24, 2024
1 parent 03a1c6c commit 9e04bc8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
distribution: temurin
cache: maven

- name: build
- name: run Test
env:
QUARKUS_TEST_CONTINUOUS_TESTING: enabled
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
run: |
mvn clean verify sonar:sonar -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }}
mvn verify sonar:sonar \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=schulcloud-verbund \
-Dsonar.projectKey=hpi-schul-cloud_doido-mongo

Expand Down

0 comments on commit 9e04bc8

Please sign in to comment.