ci
This commit is contained in:
@@ -96,6 +96,11 @@ jobs:
|
|||||||
docker-compose ps -a
|
docker-compose ps -a
|
||||||
wget --retry-connrefused http://localhost:3000 # /healthcheck
|
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
|
- name: Run robot tests
|
||||||
run: |
|
run: |
|
||||||
pip install -r back/test/robot/requirements.txt
|
pip install -r back/test/robot/requirements.txt
|
||||||
@@ -122,11 +127,6 @@ jobs:
|
|||||||
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
|
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
only_summary: true
|
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
|
- name: Remove .env && stop the service
|
||||||
run: docker-compose down && rm .env
|
run: docker-compose down && rm .env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user