Skip to content

SNOW-923322 Upgrade to Scala 2.12.18 #70

SNOW-923322 Upgrade to Scala 2.12.18

SNOW-923322 Upgrade to Scala 2.12.18 #70

name: precommit test - code verification
on:
push:
branches: [ main ]
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Java
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: mvn -Dgpg.skip -DtagsToInclude=com.snowflake.snowpark.CodeVerification test