1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-27 20:25:52 +00:00

Run scala tests on changes to fact-graph-scala

Adjust the trigger for fact graph tests to run when scala code is updated, instead of when backend directory contents are updated.
This commit is contained in:
Skippy Williams 2025-06-20 18:04:55 -07:00
parent 1f1cc5da77
commit 81b8fce00a

View file

@ -3,16 +3,16 @@ name: Run Scala Fact-Graph test suite
on:
push:
paths:
- 'direct-file/backend/**'
- 'direct-file/fact-graph-scala/**'
branches: [main]
pull_request:
paths:
- 'direct-file/backend/**'
- 'direct-file/fact-graph-scala/**'
branches: [main]
jobs:
backend-tests:
name: Run Scala Backend Tests
scala-tests:
name: Run Scala Fact Graph Tests
runs-on: ubuntu-latest
defaults: