Skip to content

Fix ContainerfilesDirect build instead of make targets to catch failures #279

Fix ContainerfilesDirect build instead of make targets to catch failures

Fix ContainerfilesDirect build instead of make targets to catch failures #279

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ oadp-dev ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test ./...