Skip to content

[sc-109203]: reinstate missing plugin config (#357) #835

[sc-109203]: reinstate missing plugin config (#357)

[sc-109203]: reinstate missing plugin config (#357) #835

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Unit tests
run: |
go test -v -covermode=atomic -coverprofile=../coverage.out ./...
working-directory: go-index