Skip to content

Merge pull request #15 from azaurus1/get-schema #4

Merge pull request #15 from azaurus1/get-schema

Merge pull request #15 from azaurus1/get-schema #4

Workflow file for this run

name: unit-tests
on:
push:
branches:
- main
pull_request:
paths:
- '**'
jobs:
run:
runs-on: ubuntu-latest
environment: publish
permissions:
id-token: write
contents: read
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache-dependency-path: ./
- name: Run Unit Tests for Templater
working-directory: config-templating
run: |
go test -v