From 86337d45252cb96b045fb0a3c695c0c23778caeb Mon Sep 17 00:00:00 2001 From: GitBluub Date: Sun, 2 Apr 2023 02:29:29 +0900 Subject: [PATCH] ci --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index be88133..743084c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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