From 28ab5907cb55fbb6a1a2c722dc8b50021a32cbdb Mon Sep 17 00:00:00 2001 From: kewenchao Date: Fri, 21 Jun 2024 21:52:22 +0800 Subject: [PATCH] Update scala-test.yml --- .github/workflows/scala-test.yml | 1 + 1 file changed, 1 insertion(+) 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