Skip to content

Commit

Permalink
Update R_CMD_check_Hades.yaml (#344)
Browse files Browse the repository at this point in the history
- adding testing on linux back (after setting java options)
  • Loading branch information
jreps authored Sep 20, 2024
1 parent 838d945 commit 1c2d516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-22.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}

env:
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
CDM5_SPARK_USER: ${{ secrets.CDM5_SPARK_USER }}
CDM5_SPARK_PASSWORD: ${{ secrets.CDM5_SPARK_PASSWORD }}
CDM5_SPARK_CONNECTION_STRING: ${{ secrets.CDM5_SPARK_CONNECTION_STRING }}
_JAVA_OPTIONS: -Xss3m

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1c2d516

Please sign in to comment.