Skip to content

Preserve output type when generating metadata without --generate-outp… #28

Preserve output type when generating metadata without --generate-outp…

Preserve output type when generating metadata without --generate-outp… #28

Workflow file for this run

name: CFT CLI Tests
on:
push:
branches:
- 'master'
paths:
- 'cli/**'
- '.github/workflows/test-cli.yml'
pull_request:
branches:
- 'master'
paths:
- 'cli/**'
- '.github/workflows/test-cli.yml'
concurrency:
group: '${{github.workflow}}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
unit:
name: ${{ matrix.operating-system }} unit tests
runs-on: ${{ matrix.operating-system }}
defaults:
run:
shell: bash
working-directory: 'cli'
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: cli/go.mod
cache-dependency-path: cli/go.sum
- run: |-
make test