Skip to content

Commit

Permalink
re-ordered tests to check failing status in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitava-git committed Nov 27, 2023
1 parent bf952aa commit 42af67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
cd tests/api_tests
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 ../ui_tests
python -m pytest -n 4 --browser headless-chrome --app_url http://localhost:5000
cd ../accessibility_tests
pytest -m ACCESSIBILITY --app_url http://localhost:5000
pytest -m ACCESSIBILITY --app_url http://localhost:5000
cd ../ui_tests
python -m pytest -n 4 --browser headless-chrome --app_url http://localhost:5000
deploy-staging:
name: Deploy to staging
Expand Down

0 comments on commit 42af67c

Please sign in to comment.