Skip to content

chore: allow images merging against a release branch to build images #572

chore: allow images merging against a release branch to build images

chore: allow images merging against a release branch to build images #572

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "^1.21"
- name: Run Tests
run: go test -v ./...