Skip to content

Commit

Permalink
run Regression as test during build
Browse files Browse the repository at this point in the history
Regression works when started from eclipse but it fails during maven
build on my windows machine.
No clue what this will do on github
  • Loading branch information
jan committed Jun 15, 2024
1 parent 6c6e059 commit ba9e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '21'
distribution: 'adopt'
- name: Build Sloeber with Maven
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=RegressionTest -DfailIfNoTests=false

- name: Archive production artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ba9e0da

Please sign in to comment.