Skip to content

Merge pull request #265 from mnacharov/argo-cd #324

Merge pull request #265 from mnacharov/argo-cd

Merge pull request #265 from mnacharov/argo-cd #324

Workflow file for this run

name: Test Generate Metadata
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test
run: go test -v ./...