Move the complex list of selectors from .github/workflows/* to the Makefile

This commit is contained in:
2021-06-27 21:21:14 +02:00
committed by Val Lorentz
parent cccb937068
commit 98824a4abd
7 changed files with 88 additions and 15 deletions

View File

@ -32,6 +32,6 @@ jobs:
- name: Test with pytest
run: |
PATH=~/.local/bin:$PATH pytest --controller=irctest.controllers.sopel -k "not testPlainNotAvailable"
PATH=~/.local/bin:$PATH make sopel