Skip to content

Commit 741da36

Browse files
authored
JFrog FastCI Observability (#43)
1 parent 0e97082 commit 741da36

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
submodules: true
2929
ref: ${{ github.event.pull_request.head.sha }}
3030

31+
- uses: jfrog-fastci/fastci@main # Use the FastCI optimization action
32+
with:
33+
github_token: ${{secrets.GITHUB_TOKEN}}
34+
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}
35+
3136
- name: Unlabel 'safe to test'
3237
uses: actions-ecosystem/action-remove-labels@v1
3338
if: ${{ github.event_name != 'push' }}

0 commit comments

Comments
 (0)