merged from upstream #4
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: otel_sdk_git_infra | |
on: | |
push: | |
tags: | |
- "*" | |
branches: | |
- main | |
jobs: | |
otel_sdk_build: | |
name: testing otel_sdk_git_infra | |
runs-on: [self-hosted, Windows, X64] | |
permissions: | |
contents: write | |
steps: | |
- run: winget install bazelisk | |
- uses: actions/checkout@v4 | |
- run: bazel test -k api/... |