Skip to content

Commit

Permalink
install GNU-R on GitHub actions (untested because actions can't run l…
Browse files Browse the repository at this point in the history
…ocally)
  • Loading branch information
Jakobeha committed Jan 27, 2024
1 parent 8f3690e commit 2938870
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
java-version: "21"
distribution: "temurin"
cache: maven
- name: Set up GNU-R
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.3.2"
- name: Run tests and static analyses
run: mvn --batch-mode --update-snapshots verify
- run: mkdir staging && cp target/*.jar staging
Expand All @@ -49,5 +53,9 @@ jobs:
java-version: "21"
distribution: "temurin"
cache: maven
- name: Set up GNU-R
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.3.2"
- name: Run tests and static analyses
run: mvn --batch-mode --update-snapshots verify

0 comments on commit 2938870

Please sign in to comment.