This commit is contained in:
GitBluub
2023-04-02 02:29:29 +09:00
parent 8a741b920b
commit 9db8e84086

View File

@@ -125,7 +125,7 @@ jobs:
- name: Run scorometer tests
run: |
pip install -r scorometer/requirements.txt
cd scorometer/tests && ./runner.sh
cd scorometer/tests && ./runner.sh perfect_play
- name: Remove .env && stop the service
run: docker-compose down && rm .env