Skip to content

Fix problem with schema_change_handling validation for SAP connectors #1034

Fix problem with schema_change_handling validation for SAP connectors

Fix problem with schema_change_handling validation for SAP connectors #1034

Workflow file for this run

name: testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
env:
FIVETRAN_API_URL: "https://api-staging.fivetran.com/v1"
FIVETRAN_APIKEY : ${{ secrets.FIVETRAN_APIKEY }}
FIVETRAN_APISECRET : ${{ secrets.FIVETRAN_APISECRET }}
TF_ACC: true
run: go test -timeout 30m -v ./...