Skip to content

Commit

Permalink
Update build pipeline
Browse files Browse the repository at this point in the history
Build jberet/jsr352  and install as dependency
  • Loading branch information
luca-bassoricci authored Dec 9, 2023
1 parent 3e924f0 commit a38ed7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
name: build with jdk ${{matrix.java}}

steps:
- uses: actions/checkout@v4
name: checkout jberet snapshot
with:
repository: jberet/jsr352
path: jberet_jsr352-snapshot

- name: build and install jberet/jsr352 snapshot with maven
run: mvn compile install --file jberet_jsr352-snapshot/pom.xml

- uses: actions/checkout@v4
name: checkout

Expand Down

0 comments on commit a38ed7b

Please sign in to comment.