1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-08-07 06:20:53 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Skippy Williams
eb6cc102c4 Fix working directory issue
Also try to re-run the tests on changes to the workflow file. I may have forgotten to push the last time.
2025-06-20 23:41:51 -07:00
Skippy Williams
38864908d8 Revert "Trigger CI to re-run on changes to CI script"
This reverts commit 2d633c0ba1.
2025-06-20 23:28:13 -07:00
Skippy Williams
2d633c0ba1 Trigger CI to re-run on changes to CI script 2025-06-20 23:26:03 -07:00
Skippy Williams
1af1d908ac Fix CI syntax 2025-06-20 23:23:19 -07:00
Skippy Williams
87ae810516 Add tests to CI for fact dictionary
These should run fact dictionary tests on PRs to main and on changes to either the fact dictionary modules or their tests.
2025-06-20 23:11:26 -07:00
Skippy Williams
6b19d54b02 Run fact graph tests on all pushes
Right now, if you push a change that fails CI, and then push a fix, CI doesn't check your work again, unless you open a new PR. This should let me see if a new push fixes an issue.
2025-06-20 18:54:38 -07:00
Skippy Williams
81b8fce00a 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.
2025-06-20 18:04:55 -07:00
Skippy Williams
1f1cc5da77 Rename scala ci tests
Disambiguates these tests from the other fact graph tests.
2025-06-20 17:46:52 -07:00
Sam J Hill
95bdb36212 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
2025-06-20 17:39:46 -07:00
Sam Hill
9b4be4dd51 run backend test suite 2025-06-20 17:39:28 -07:00