Skip to content

tested ok: now fix artifact name in check #132

tested ok: now fix artifact name in check

tested ok: now fix artifact name in check #132

Workflow file for this run

name: go test
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
test:
uses: ./.github/workflows/go-test.yml
secrets: inherit