Skip to content

Commit

Permalink
#500 migrate tests to integration to allow regular tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Sep 7, 2024
1 parent 8121a0e commit 6df3654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: mvn -B install -Dgpg.skip=true --file tcMenuJavaApi/pom.xml

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

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

0 comments on commit 6df3654

Please sign in to comment.