Skip to content

Commit

Permalink
MAT-7487: Add Rakefile to run unit tests on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB committed Aug 22, 2024
1 parent a470739 commit 604571a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
task default: %w[test]

task :test do
ruby "test/service/web_controller_test.rb"
end

0 comments on commit 604571a

Please sign in to comment.