Skip to content

Commit

Permalink
NO-SNOW Run e2e jar tests on all clouds (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-lsembera authored Jan 15, 2024
1 parent bb014fc commit e0f575e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/End2EndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
java: [ 8 ]
snowflake_cloud: [ 'AWS' ]
snowflake_cloud: [ 'AWS', 'AZURE', 'GCP' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion e2e-jar-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.13.30</version>
<version>3.13.34</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e0f575e

Please sign in to comment.