Skip to content

feat: (DSO-2004) Initiate tool providers #3

feat: (DSO-2004) Initiate tool providers

feat: (DSO-2004) Initiate tool providers #3

Workflow file for this run

name: 🧪 Build and Test
on:
pull_request:
branches:
- main
concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 💻 Checkout current code ref
uses: actions/checkout@v4
- name: 🔵 Set up Go on runner
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: 🛠️ Run build
run: go build
- name: 🧪 Run tests
run: go test -timeout 30s github.com/gbh-tech/envi/pkg/utils