Skip to content

Commit

Permalink
run mrts in ee job
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 25, 2024
1 parent 6f45223 commit 6dd9c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
docker-hub-password: ${{ secrets.DOCKER_HUB_BOT_PW }}

- name: Run tests
run: python -m pytest ./new_tests/test_admin_*.py
run: python -m pytest ./new_tests/test_{admin_*,mrt}.py
working-directory: test

- name: Show logs if failed
Expand Down

0 comments on commit 6dd9c5e

Please sign in to comment.