Skip to content

Checkfor-spacelift-header #1

Checkfor-spacelift-header

Checkfor-spacelift-header #1

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches:
- "**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit-integration-tests:
name: PR Unit and Integration Tests
uses: ./.github/workflows/unit-integration-tests.yml
with:
go-version: "1.17"
secrets: inherit