Skip to content

Commit

Permalink
Get jextract in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mk868 committed Oct 27, 2024
1 parent 48c2fa2 commit 5033a13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java CI with Maven

on:
push:
branches: [ "main" ]
branches: [ "main", "test-workflow" ]
pull_request:
branches: [ "main" ]

Expand All @@ -19,6 +19,9 @@ jobs:
java-version: '23'
distribution: 'temurin'
cache: maven
- name: Set up jextract
run: ./prepare-jextract.sh
#TODO cache
- name: Build with Maven
run: mvn -B package --file jgpio/pom.xml
- name: Build iT with Maven
Expand Down

0 comments on commit 5033a13

Please sign in to comment.