Skip to content

Commit

Permalink
name を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
l7u7ch committed Apr 30, 2024
1 parent abab776 commit 06df640
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
on: [push]

jobs:
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
build:
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"

- run: sbt test

0 comments on commit 06df640

Please sign in to comment.