Skip to content

Commit a8be169

Browse files
Run only test with GCP cloud provider dependency and Core. Disabled test actions for others providers
1 parent 4a640f0 commit a8be169

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
dotnet: ['net6.0', 'net7.0', 'net8.0', 'net462', 'net471', 'net472', 'net48', 'net481']
35-
cloud_env: ['AZURE', 'GCP', 'AWS']
35+
cloud_env: ['AZURE']
3636
steps:
3737
- name: Checkout code
3838
uses: actions/checkout@v3
@@ -93,7 +93,7 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
dotnet: ['net6.0', 'net7.0', 'net8.0']
96-
cloud_env: ['AZURE', 'GCP', 'AWS']
96+
cloud_env: ['AZURE']
9797
steps:
9898
- uses: actions/checkout@v3
9999
- name: Setup Dotnet
@@ -152,7 +152,7 @@ jobs:
152152
fail-fast: false
153153
matrix:
154154
dotnet: ['net6.0', 'net7.0', 'net8.0']
155-
cloud_env: ['AZURE', 'GCP', 'AWS']
155+
cloud_env: ['AZURE']
156156
steps:
157157
- uses: actions/checkout@v4
158158
- name: Setup Dotnet

Snowflake.Data.Tests/Snowflake.Data.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
2020
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2121
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
22-
<ProjectReference Include="..\Snowflake.Data.AWS\Snowflake.Data.AWS.csproj" />
23-
<ProjectReference Include="..\Snowflake.Data.Azure\Snowflake.Data.Azure.csproj" />
2422
<ProjectReference Include="..\Snowflake.Data.GCP\Snowflake.Data.GCP.csproj" />
2523
<ProjectReference Include="..\Snowflake.Data.Core\Snowflake.Data.Core.csproj" />
2624
</ItemGroup>

0 commit comments

Comments
 (0)