Skip to content

tag image as latest #12

tag image as latest

tag image as latest #12

Workflow file for this run

name: test
on:
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Test build
run: |
go build ./cmd/mcp-cyclops