Skip to content

Commit

Permalink
Build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mk868 committed Nov 5, 2024
1 parent c5dc7bf commit 2a759ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
run: |
./prepare.sh
mvn -B -f jgpio/pom.xml install -Djextract.bin=../jextract/bin/jextract
- name: Build IT with Maven
run: mvn -B -f jgpio-it/pom.xml package
mvn -B -f jgpio-it/pom.xml package
mvn -B -f examples/pom.xml package
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2a759ae

Please sign in to comment.