Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Jan 14, 2024
1 parent f000924 commit 95df261
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions bin/publish-maven-central-signed
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/sh

cd ../terminal21-ui
bin/build-and-copy-to-restapi

cd ../terminal21-restapi
sbt clean terminal21-server-client-common/publishLocal terminal21-ui-std-exports/publishLocal compile publishSigned

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CalculationTest extends AnyFunSuiteLike:

test("calculates"):
val calc = new Calc
calc.run() should be(2)
calc.run().get() should be(2)

test("calls whenResultsNotReady"):
val calc = new Calc
Expand Down

0 comments on commit 95df261

Please sign in to comment.