mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
workflows: Prevent $PYTEST_ARGS from being overwritten
This commit is contained in:
4
.github/workflows/test-devel.yml
vendored
4
.github/workflows/test-devel.yml
vendored
@ -99,8 +99,8 @@ jobs:
|
|||||||
make -j 4 INSPIRCD_DEBUG=3
|
make -j 4 INSPIRCD_DEBUG=3
|
||||||
make install
|
make install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=~/.local/inspircd/bin:$PATH PYTEST_ARGS="-m
|
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=~/.local/inspircd/bin:$PATH PYTEST_ARGS="$PYTEST_ARGS
|
||||||
'not services'" make inspircd
|
-m 'not services'" make inspircd
|
||||||
- if: always()
|
- if: always()
|
||||||
name: Publish results
|
name: Publish results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
@ -72,7 +72,7 @@ software:
|
|||||||
devel_release: insp3
|
devel_release: insp3
|
||||||
env:
|
env:
|
||||||
# Atheme does not support Insp4 yet, so it fails to connect
|
# 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
|
path: inspircd
|
||||||
prefix: ~/.local/inspircd
|
prefix: ~/.local/inspircd
|
||||||
build_script: |
|
build_script: |
|
||||||
|
Reference in New Issue
Block a user