Skip to content

[pull] master from GoogleCloudPlatform:master #856

[pull] master from GoogleCloudPlatform:master

[pull] master from GoogleCloudPlatform:master #856

Workflow file for this run

name: Flaky Build Finder Tests
on:
pull_request:
branches:
- 'master'
paths:
- 'infra/utils/fbf/**'
- '.github/workflows/go-fbf-test.yml'
concurrency:
group: '${{github.workflow}}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
unit:
name: ${{ matrix.operating-system }} unit tests
runs-on: ${{ matrix.operating-system }}
defaults:
run:
shell: bash
working-directory: 'infra/utils/fbf'
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: infra/utils/fbf/go.mod
cache-dependency-path: infra/utils/fbf/go.sum
- run: |-
go test ./... -v