Skip to content

Commit 11a18e7

Browse files
sfc-gh-lsemberasangeet259
authored andcommitted
NO-SNOW Run e2e jar tests on all clouds (snowflakedb#666)
1 parent 04eea42 commit 11a18e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/End2EndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
java: [ 8 ]
77-
snowflake_cloud: [ 'AWS' ]
77+
snowflake_cloud: [ 'AWS', 'AZURE', 'GCP' ]
7878
steps:
7979
- name: Checkout Code
8080
uses: actions/checkout@v2

e2e-jar-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>net.snowflake</groupId>
3535
<artifactId>snowflake-jdbc-fips</artifactId>
36-
<version>3.13.30</version>
36+
<version>3.13.34</version>
3737
</dependency>
3838

3939
<dependency>

0 commit comments

Comments
 (0)