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:
parent
9b4be4dd51
commit
95bdb36212
2 changed files with 5 additions and 3 deletions
|
@ -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
|
1
direct-file/backend/src/test/test-file.txt
Normal file
1
direct-file/backend/src/test/test-file.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
this is just a test file to cause the backend test suite tests to run
|
Loading…
Add table
Add a link
Reference in a new issue