Skip to content

Add ossrdbms to cloud_settings.go for Azure Managed Databases #261

Add ossrdbms to cloud_settings.go for Azure Managed Databases

Add ossrdbms to cloud_settings.go for Azure Managed Databases #261

Workflow file for this run

name: Test SDK
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
- name: Install dependencies
run: go get ./...
- name: Test with the Go CLI
run: go test ./...