Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrhman committed Nov 30, 2023
1 parent f1d4289 commit f9cff71
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 303 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Maven test
run: mvn test

- name: Maven install
run: mvn install

- name: Checkstyle
run: mvn checkstyle:checkstyle

Expand All @@ -23,15 +26,4 @@ jobs:
uses: warchant/setup-sonar-scanner@v7

- name: SonarQube Scan
run: |
sonar-scanner \
-Dsonar.host.url=${{ secrets.SONAR_URL }} \
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
-Dsonar.organization=${{ secrets.SONAR_ORG }} \
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT }} \
-Dsonar.sources=src/ \
-Dsonar.junit.reportsPath=target/surefire-reports/ \
-Dsonar.jacoco.reportsPath=target/jacoco.exec \
-Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml \
-Dsonar.java.binaries=target/test-classes/com/visualpathit/account/controllerTest/
run: mvn sonar:sonar
104 changes: 0 additions & 104 deletions target/classes/accountsdb.sql

This file was deleted.

25 changes: 0 additions & 25 deletions target/classes/application.properties

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
133 changes: 0 additions & 133 deletions target/classes/db_backup.sql

This file was deleted.

24 changes: 0 additions & 24 deletions target/classes/logback.xml

This file was deleted.

5 changes: 0 additions & 5 deletions target/classes/validation.properties

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f9cff71

Please sign in to comment.