Skip to content

feat: Allow operator-wandb to accept license as a string or as a secretKeyRef #30

feat: Allow operator-wandb to accept license as a string or as a secretKeyRef

feat: Allow operator-wandb to accept license as a string or as a secretKeyRef #30

Workflow file for this run

name: "Run Tests"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install dependencies
run: go get .
- name: Tests
run: make test