Skip to content

Commit

Permalink
run mrt tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 9, 2024
1 parent cdb4f47 commit 226f260
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 @@ -374,7 +374,7 @@ jobs:
docker-hub-password: ${{ secrets.DOCKER_HUB_BOT_PW }}

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

- name: Show logs if failed
Expand Down

0 comments on commit 226f260

Please sign in to comment.