Skip to content

Commit c468ae4

Browse files
author
TheSnoozer
committed
#562: the properties are no longer generated in the maven/-subfolder
1 parent 0341add commit c468ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Run the local testversion with Maven
109109
run: mvn clean initialize -B -Pdemo -Dmaven.test.skip=true --settings=./.buildscript/settings.xml
110110
- 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;'
111+
run: /bin/bash -c '[[ -f target/testing.properties ]] && cat target/testing.properties || exit 1;'
112112

113113
coveralls:
114114
name: Run coveralls

0 commit comments

Comments
 (0)