Skip to content

SNOW-1693064 Compile with Scala 2.13 #483

SNOW-1693064 Compile with Scala 2.13

SNOW-1693064 Compile with Scala 2.13 #483

Workflow file for this run

name: precommit test - UDF
on:
push:
branches: [ main ]
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Decrypt profile.properties
run: .github/scripts/decrypt_profile.sh
env:
PROFILE_PASSWORD: ${{ secrets.PROFILE_PASSWORD }}
- name: Run test
run: sbt UDFTests:test