Skip to content

Commit ba9e0da

Browse files
author
jan
committed
run Regression as test during build
Regression works when started from eclipse but it fails during maven build on my windows machine. No clue what this will do on github
1 parent 6c6e059 commit ba9e0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '21'
2727
distribution: 'adopt'
2828
- name: Build Sloeber with Maven
29-
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
29+
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=RegressionTest -DfailIfNoTests=false
3030

3131
- name: Archive production artifacts
3232
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)