chore(deps): update dependency pyopenssl to v25 #179
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: Tests for github-runner-manager | |
on: | |
pull_request: | |
jobs: | |
unit-tests-github-runner-manager: | |
uses: canonical/operator-workflows/.github/workflows/test.yaml@main | |
secrets: inherit | |
with: | |
self-hosted-runner: true | |
working-directory: ./github-runner-manager/ |