mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
add back python-26 unit test
The PR https://github.com/linux-system-roles/network/pull/556 erroneously removed the python-26 job for unit testing. This PR adds it back. See also https://github.com/linux-system-roles/.github/pull/10 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
39a78d1740
commit
4039701f30
1 changed files with 10 additions and 0 deletions
10
.github/workflows/python-unit-test.yml
vendored
10
.github/workflows/python-unit-test.yml
vendored
|
|
@ -69,3 +69,13 @@ jobs:
|
|||
*) toxenvs="${toxenvs},coveralls" ;;
|
||||
esac
|
||||
TOXENV="$toxenvs" lsr_ci_runtox
|
||||
python-26:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout PR
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run py26 tests
|
||||
uses: linux-system-roles/lsr-gh-action-py26@1.0.2
|
||||
env:
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue