Skip to content

178 Provider configuration params unification #395

178 Provider configuration params unification

178 Provider configuration params unification #395

Workflow file for this run

name: test
on:
pull_request:
paths:
- pkg/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- run: go mod download
- run: go test -v -cover ./...