Skip to content

[Schemas] Connector SDK: Create and get a schema from Conduit #115

[Schemas] Connector SDK: Create and get a schema from Conduit

[Schemas] Connector SDK: Create and get a schema from Conduit #115

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...