Fixed CI to run tests when the test project is updated.

This commit is contained in:
2025-11-03 22:33:43 -05:00
parent 8192bbd8e2
commit 404ffcf174

View File

@@ -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: