Skip to content

Commit

Permalink
Merge pull request #1 from neuefische/workflow-test
Browse files Browse the repository at this point in the history
Added test commit
  • Loading branch information
mariyamango authored Oct 15, 2024
2 parents 42ea70f + 271a4d2 commit 46abbd6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
working-directory: backend
working-directory: backend
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=neuefische_java-coffee-beans-teamproject-1-backend
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
public class BackendApplication {

public static void main(String[] args) {

SpringApplication.run(BackendApplication.class, args);
}

Expand Down

0 comments on commit 46abbd6

Please sign in to comment.