1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-28 04: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: on:
push: push:
paths: paths:
- 'direct-file/backend/**' - 'direct-file/fact-graph-scala/**'
branches: [main] branches: [main]
pull_request: pull_request:
paths: paths:
- 'direct-file/backend/**' - 'direct-file/fact-graph-scala/**'
branches: [main] branches: [main]
jobs: jobs:
backend-tests: scala-tests:
name: Run Scala Backend Tests name: Run Scala Fact Graph Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults: