This commit is contained in:
GitBluub
2023-04-02 02:38:41 +09:00
parent 9db8e84086
commit b333ec676a
+5 -5
View File
@@ -96,6 +96,11 @@ jobs:
docker-compose ps -a
wget --retry-connrefused http://localhost:3000 # /healthcheck
- name: Run scorometer tests
run: |
pip install -r scorometer/requirements.txt
cd scorometer/tests && ./runner.sh perfect_play
- name: Run robot tests
run: |
pip install -r back/test/robot/requirements.txt
@@ -122,11 +127,6 @@ jobs:
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
only_summary: true
- name: Run scorometer tests
run: |
pip install -r scorometer/requirements.txt
cd scorometer/tests && ./runner.sh perfect_play
- name: Remove .env && stop the service
run: docker-compose down && rm .env