From 5cb915ef8b991f88739f355ab114982610a2d853 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 7 Jun 2026 16:46:11 +0100 Subject: [PATCH] CI: Reduce number of tests run for docker-compose workflow We do not need to run the entire test suite again. Speed things up. Signed-off-by: Stephen Finucane --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5e7a98d1..9dd8e0317 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: \"GRANT ALL ON \\\`test\\_\${MYSQL_DATABASE}%\\\`.* TO '\${MYSQL_USER}'@'%'; FLUSH PRIVILEGES;\"" - name: Run unittest - run: docker compose run -T --rm web tox + run: docker compose run -T --rm web tox -e pep8,docs,py311-django52,py314-django60 - name: Test normal startup run: | docker compose up --detach