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

Add GitHub Action to Run Scala Test Suite for factgraph (#1)

* run backend test suite

* add test file

* fix working directory

* add sbt

* fix path to src

* better name
This commit is contained in:
Sam J Hill 2025-06-04 20:37:42 -04:00 committed by Skippy Williams
parent 9b4be4dd51
commit 95bdb36212
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Scala Backend Test Suite
name: Run Scala Fact-Graph test suite
on:
push:
@ -17,7 +17,7 @@ jobs:
defaults:
run:
working-directory: backend
working-directory: direct-file/fact-graph-scala
steps:
- name: Checkout repository
@ -40,5 +40,6 @@ jobs:
restore-keys: |
sbt-cache-${{ runner.os }}
- uses: sbt/setup-sbt@v1
- name: Run Scala tests
run: sbt test

View file

@ -0,0 +1 @@
this is just a test file to cause the backend test suite tests to run