Update redis library and leverage aliases #1070
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: Tests | |
on: | |
pull_request: | |
jobs: | |
unit-tests: | |
uses: canonical/operator-workflows/.github/workflows/test.yaml@main | |
secrets: inherit | |
with: | |
self-hosted-runner: true | |
self-hosted-runner-label: "edge" | |
plugins-test: | |
name: Specific test for the plugin | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install tox | |
run: | | |
python -m pip install --upgrade pip | |
pip install tox | |
- run: tox -e plugins |