mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 23:00:18 +00:00
add Fedora container to test matrix
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
parent
5ca2ad6148
commit
553aad6ed2
3 changed files with 18 additions and 1 deletions
|
@ -71,7 +71,7 @@ def args(request):
|
|||
return '-t -d'
|
||||
|
||||
|
||||
@pytest.fixture(params=['debian', 'centos'])
|
||||
@pytest.fixture(params=['debian', 'centos', 'fedora'])
|
||||
def tag(request):
|
||||
'''
|
||||
consumed by image to make the test matrix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue