File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,13 @@ jobs:
6767 mvn -version;
6868 fi'
6969 - name : Package with Maven
70- run :
71- - mvn clean package -B
70+ run : mvn clean package -B
7271 - name : Install a test version with Maven
73- run :
74- - mvn clean test install -B
72+ run : mvn clean test install -B
7573 - name : Run the local testversion with Maven
76- run :
77- - mvn clean initialize -Pdemo -Dmaven.test.skip=true -B
74+ run : mvn clean initialize -Pdemo -Dmaven.test.skip=true -B
7875 - name : Validate if the testversion has produced the desired output
79- run :
80- - /bin/bash -c '[[ -f maven/target/testing.properties ]] && cat maven/target/testing.properties || exit 1;'
76+ run : /bin/bash -c '[[ -f maven/target/testing.properties ]] && cat maven/target/testing.properties || exit 1;'
8177
8278 coveralls :
8379 name : Run coveralls with java ${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments