From 226f260040a6f6010ff8c2c7484e38b8c26899f2 Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:12:59 -0700 Subject: [PATCH] run mrt tests first --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ebf1aad5..0eeff1636 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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