From abab776300656ff2cda557b295ad189e7899866c Mon Sep 17 00:00:00 2001 From: l7u7ch <33632911+l7u7ch@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:47:08 +0900 Subject: [PATCH] =?UTF-8?q?build=20=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scala.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index ed3d3fa..90a213e 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -1,16 +1,15 @@ on: [push] jobs: - build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: "11" - distribution: "temurin" - cache: "sbt" - - name: Run tests - run: sbt test + steps: + - uses: actions/checkout@v4 + - name: Set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: "11" + distribution: "temurin" + cache: "sbt" + - name: Run tests + run: sbt test