From 404ffcf174df5a139c221e76b6076f23081c4a4d Mon Sep 17 00:00:00 2001 From: Brian Bicknell Date: Mon, 3 Nov 2025 22:33:43 -0500 Subject: [PATCH] Fixed CI to run tests when the test project is updated. --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 55bb959..666ce3f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,12 +7,14 @@ on: - 'JSMR.Application/**' - 'JSMR.Domain/**' - 'JSMR.Infrastructure/**' + - 'JSMR.Tests/**' pull_request: paths: - 'JSMR.Api/**' - 'JSMR.Application/**' - 'JSMR.Domain/**' - 'JSMR.Infrastructure/**' + - 'JSMR.Tests/**' jobs: build-test: