Skip to content

SNOW-1663771 Enable Doc Generation #467

SNOW-1663771 Enable Doc Generation

SNOW-1663771 Enable Doc Generation #467

Workflow file for this run

name: precommit test - FIPS
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 "testOnly com.snowflake.snowpark_test.SessionSuite" -J-DFIPS_TEST=true
env:
SNOWPARK_FIPS: true