Support valkey-go tracing #8073
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Tests | ||
on: | ||
pull_request: | ||
branches: | ||
- "**" | ||
merge_group: | ||
push: | ||
branches: | ||
- 'mq-working-branch-**' | ||
tags-ignore: | ||
- 'contrib/**' | ||
- 'instrumentation/**' | ||
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 | ||
Check failure on line 22 in .github/workflows/pull-request.yml GitHub Actions / Pull Request TestsInvalid workflow file
|
||
with: | ||
go-version: "1.22" | ||
ref: ${{ github.ref }} | ||
secrets: inherit |