Skip to content

Commit 6df3654

Browse files
committed
#500 migrate tests to integration to allow regular tests to run
1 parent 8121a0e commit 6df3654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: mvn -B install -Dgpg.skip=true --file tcMenuJavaApi/pom.xml
2727

2828
- name: Build tcMenuGenerator
29-
run: mvn -B compile -Dgpg.skip=true --file tcMenuGenerator/pom.xml
29+
run: mvn -B install -Dgpg.skip=true --file tcMenuGenerator/pom.xml
3030

3131
- name: Build embeddedJavaExample
3232
run: mvn -B package --file embeddedJavaExample/pom.xml

0 commit comments

Comments
 (0)