Skip to content

Commit

Permalink
Added accessibility in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitava-git committed Nov 24, 2023
1 parent 566000f commit bf952aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
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
deploy-staging:
name: Deploy to staging
Expand Down Expand Up @@ -98,7 +100,7 @@ jobs:
python -m pytest -k test_api_delete_article.py --browser Chrome --api_url https://staging-newsletter-generator.qxf2.com
cd ../ui_tests
python -m pytest -n 4 --browser headless-chrome --app_url https://staging-newsletter-generator.qxf2.com
deploy-production:
needs: ci-tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf952aa

Please sign in to comment.