Skip to content

Commit

Permalink
testing for git infra
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Sep 10, 2024
1 parent ccff312 commit 65ae516
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/otel_sdk_git_infra.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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/...

0 comments on commit 65ae516

Please sign in to comment.