From a3191eda3c580520b3a599755031e321e8711bca Mon Sep 17 00:00:00 2001 From: GitBluub Date: Sun, 2 Apr 2023 02:43:15 +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 c89eb60..9a0a562 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -99,7 +99,7 @@ jobs: - name: Run scorometer tests run: | pip install -r scorometer/requirements.txt - cd scorometer/tests && ./runner.sh perfect_play + cd scorometer/tests && ./runner.sh - name: Run robot tests run: |