Skip to content

milindcq/gh-84: pipelineID resolution fix for multi/mixed pipeline stages #85

milindcq/gh-84: pipelineID resolution fix for multi/mixed pipeline stages

milindcq/gh-84: pipelineID resolution fix for multi/mixed pipeline stages #85

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Build
run: make setup
- name: Test
run: go test -v ./...