Skip to content

SNOW-1693064 Compile with Scala 2.13 #26

SNOW-1693064 Compile with Scala 2.13

SNOW-1693064 Compile with Scala 2.13 #26

Workflow file for this run

name: precommit test - Sproc
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@v3
with:
distribution: temurin
java-version: 8
- name: Decrypt profile.properties
run: .github/scripts/decrypt_profile.sh
env:
PROFILE_PASSWORD: ${{ secrets.PROFILE_PASSWORD }}
- name: Run test
run: sbt SprocTests:test