Enable Anope tests on Insp4

This commit is contained in:
2021-07-07 21:40:09 +02:00
committed by Val Lorentz
parent 37ad8789f1
commit 13b4806908
3 changed files with 8 additions and 8 deletions

View File

@ -260,8 +260,8 @@ jobs:
python -m pip install --upgrade pip
pip install pytest -r requirements.txt
- name: Test with pytest
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PYTEST_ARGS="$PYTEST_ARGS
-m 'not services'" PATH=~/.local/inspircd/bin:$PATH make inspircd
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH
make inspircd
- if: always()
name: Publish results
uses: actions/upload-artifact@v2
@ -298,8 +298,8 @@ jobs:
python -m pip install --upgrade pip
pip install pytest -r requirements.txt
- name: Test with pytest
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PYTEST_ARGS="$PYTEST_ARGS
-m 'not services'" PATH=~/.local/inspircd/bin:$PATH make inspircd-anope
run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make
inspircd-anope
- if: always()
name: Publish results
uses: actions/upload-artifact@v2