Skip to content

Commit

Permalink
minor fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoMuschera committed Jun 13, 2023
1 parent d790311 commit b1689c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ba-dua-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 8
timeout-minutes: 10


steps:
Expand All @@ -20,7 +20,7 @@ jobs:
java-version: 8
distribution: 'adopt'
- name: Build and Test with Maven
run: mvn -T 1.5C clean verify -P badua-profile -e -X
run: mvn -P badua-profile clean verify
- name: Archive badua coverage results
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
Expand All @@ -16,4 +17,4 @@ jobs:
java-version: 11
distribution: 'adopt'
- name: Build and Test with Maven
run: mvn -T 1C clean verify
run: mvn clean verify
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -T 1C -B verify -P jacoco-profile org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=FilippoMuschera_bookkeeperTestForCI
run: mvn -B -P jacoco-profile verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=FilippoMuschera_bookkeeperTestForCI

- name: Archive jacoco coverage results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b1689c5

Please sign in to comment.