Skip to content

Commit

Permalink
tests are circle's job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheotis committed Sep 25, 2024
1 parent fd9fa6d commit 7beb389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=stargate-rewritten_Stargate-Bukkit
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipTests -Dsonar.projectKey=stargate-rewritten_Stargate-Bukkit
services:
mysql:
image: mysql:5.7.22
Expand Down

0 comments on commit 7beb389

Please sign in to comment.