remove self-host runner

This commit is contained in:
Benny
2023-10-26 21:37:44 +02:00
parent 3a00fb1cb5
commit 1e25b07835
2 changed files with 30 additions and 131 deletions

View File

@@ -86,7 +86,7 @@ release:
ci-test:
docker run --rm bennythink/yyetsbot:ci /bin/sh -c "cd /YYeTsBot/yyetsweb/tests;python -m unittest discover -p '*_test.py'"
docker run --rm bennythink/yyetsbot /bin/sh -c "cd /YYeTsBot/yyetsweb/tests;python -m unittest discover -p '*_test.py'"
test:
cd $(WEB)/tests;python -m unittest discover -p '*_test.py'