Skip to content

Commit f7efcaa

Browse files
authored
Bump to 2.3.0 + re-enable Astra tests in CI/CD (#216)
1 parent fd934d4 commit f7efcaa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
run-astra-integration-tests:
3535
name: Run Astra integration tests
3636
needs: [setup, run-unit-tests]
37-
if: false # disabled for the time being
38-
# if: github.event_name == 'merge_group' # We want to run this as little as possible to avoid messing up the shared Astra org
37+
if: needs.setup.outputs.is_full_run == 'true'
3938
uses: ./.github/workflows/_test-astra.yml
4039
secrets: inherit
4140

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.env
12
.vscode
23
.idea
34
src/DataStax.AstraDB.DataApi/bin

src/DataStax.AstraDB.DataApi/DataStax.AstraDB.DataApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.2.1</Version>
4+
<Version>2.3.0</Version>
55
<TargetFrameworks>net462;netstandard2.1;net8.0</TargetFrameworks>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>

0 commit comments

Comments
 (0)