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:
parent
1f1cc5da77
commit
81b8fce00a
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue