mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
workflows: Prevent $PYTEST_ARGS from being overwritten
This commit is contained in:
@ -72,7 +72,7 @@ software:
|
||||
devel_release: insp3
|
||||
env:
|
||||
# Atheme does not support Insp4 yet, so it fails to connect
|
||||
devel: "PYTEST_ARGS=\"-m 'not services'\""
|
||||
devel: "PYTEST_ARGS=\"$PYTEST_ARGS -m 'not services'\""
|
||||
path: inspircd
|
||||
prefix: ~/.local/inspircd
|
||||
build_script: |
|
||||
|
Reference in New Issue
Block a user