1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-28 04: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 GitHub
parent 20abea0294
commit bde6c09ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: on:
push: push:
@ -17,7 +17,7 @@ jobs:
defaults: defaults:
run: run:
working-directory: backend working-directory: direct-file/fact-graph-scala
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -40,5 +40,6 @@ jobs:
restore-keys: | restore-keys: |
sbt-cache-${{ runner.os }} sbt-cache-${{ runner.os }}
- uses: sbt/setup-sbt@v1
- name: Run Scala tests - name: Run Scala tests
run: sbt test run: sbt test

View file

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