diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f16d1252..f67a361a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,7 +44,7 @@ jobs: python -m pytest -k test_api_multiple_articles.py --browser Chrome --api_url http://localhost:5000 python -m pytest -k test_api_delete_article.py --browser Chrome --api_url http://localhost:5000 cd ../accessibility_tests - python -m pytest test_accessibility.py --browser headless-chrome --app_url http://localhost:5000 --snapshot-update + python -m pytest test_accessibility.py --browser headless-chrome --app_url http://localhost:5000 cd ../ui_tests python -m pytest -n 4 --browser headless-chrome --app_url http://localhost:5000