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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue