Skip to content

Update the SpinApp CRD domain to 'spinkube.dev' #162

Update the SpinApp CRD domain to 'spinkube.dev'

Update the SpinApp CRD domain to 'spinkube.dev' #162

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
GOPRIVATE: "github.com/spinkube/spin-operator"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: go build -o spin-plugin-kube main.go
- name: Run tests
run: go test ./...