Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 7, 2024
1 parent 91b8670 commit 19c02c0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,48 +28,49 @@ jobs:
- os-name: ubuntu
os-version: latest
java: 8
spark: 2.3
spark: "2.3"
r-version: release
- os-name: ubuntu
os-version: "20.04"
java: 11
spark: 3.0
spark: "3.0"
r-version: oldrel
- os-name: ubuntu
os-version: "22.04"
java: 17
spark: 3.5
spark: "3.5"
r-version: devel
- os-name: macos
os-version: latest
java: 8
spark: 3.1
spark: "3.1"
r-version: release
- os-name: macos
os-version: latest
java: 17
spark: 3.4
spark: "3.4"
r-version: devel
- os-name: windows
os-version: latest
java: 8
spark: 2.4
spark: "2.4"
r-version: oldrel
- os-name: windows
os-version: "2019"
java: 11
spark: 3.2
spark: "3.2"
r-version: devel
- os-name: windows
os-version: "2022"
java: 17
spark: 3.3
spark: "3.3"
r-version: release
env:
SPARK_VERSION: ${{ matrix.config.spark }}
BILLING_PROJECT_ID: ${{ secrets.GCLOUD_BILLING_PROJECT_ID }}
MATERIALIZATION_DATASET: test
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/adc.json
R_DEFAULT_INTERNET_TIMEOUT: 1200

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

0 comments on commit 19c02c0

Please sign in to comment.