Skip to content

feat: refine Harbor migration APIs #291

feat: refine Harbor migration APIs

feat: refine Harbor migration APIs #291

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- 'release/v*'
push:
branches:
- 'release/v*'
workflow_dispatch:
concurrency:
group: test-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- name: Running Tests
run: |
make test