Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Sep 20, 2024
1 parent c07d74d commit 6f4da2e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
run: .github/scripts/decrypt_profile.sh
env:
PROFILE_PASSWORD: ${{ secrets.PROFILE_PASSWORD }}
SNOWPARK_FIPS: "true"
- name: Run test
run: sbt "testOnly com.snowflake.snowpark_test.SessionSuite" -J-DFIPS_TEST=true
run: export SNOWPARK_FIPS=true;sbt "testOnly com.snowflake.snowpark_test.SessionSuite" -J-DFIPS_TEST=true

0 comments on commit 6f4da2e

Please sign in to comment.