gh action

This commit is contained in:
Markos Gogoulos 2022-12-06 10:36:28 +02:00
parent 1bc481ffca
commit 6b7c707135

View file

@ -21,8 +21,8 @@ jobs:
- name: Start containers
run: docker-compose -f docker-compose-dev.yaml up -d
- name: Ensure browsers are installed
run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web python -m playwright install chrome --with-deps
# - name: Ensure browsers are installed
# run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web python -m playwright install chrome --with-deps
- name: Run all tests
run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web pytest