diff --git a/.github/workflows/scala-test.yml b/.github/workflows/scala-test.yml index 8bc0db1..b2ad30e 100644 --- a/.github/workflows/scala-test.yml +++ b/.github/workflows/scala-test.yml @@ -31,6 +31,7 @@ jobs: java-version: '11' distribution: 'temurin' cache: 'sbt' + - name: npm install - name: Run tests run: sbt test - name: code generator