We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0341add commit c468ae4Copy full SHA for c468ae4
.github/workflows/default-tests.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Run the local testversion with Maven
109
run: mvn clean initialize -B -Pdemo -Dmaven.test.skip=true --settings=./.buildscript/settings.xml
110
- name: Validate if the testversion has produced the desired output
111
- run: /bin/bash -c '[[ -f maven/target/testing.properties ]] && cat maven/target/testing.properties || exit 1;'
+ run: /bin/bash -c '[[ -f target/testing.properties ]] && cat target/testing.properties || exit 1;'
112
113
coveralls:
114
name: Run coveralls
0 commit comments