Skip to content

feat(dbaas): update database creation and update methods to return database object #208

feat(dbaas): update database creation and update methods to return database object

feat(dbaas): update database creation and update methods to return database object #208

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make test
review:
runs-on: ubuntu-latest
steps:
- uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2
with:
reviewdog_version: latest