Skip to content

Commit

Permalink
Update buildAndTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saeltz authored Dec 30, 2024
1 parent e9a7fa8 commit 21d00fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
~/.m2
~/.cache/coursier/
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- uses: sbt/setup-sbt@v1
- name: Scalafmt
run: sbt scalafmtCheckAll

Expand All @@ -33,6 +34,7 @@ jobs:
~/.m2
~/.cache/coursier/
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- uses: sbt/setup-sbt@v1
- name: Compile
run: sbt +compile

Expand All @@ -51,6 +53,7 @@ jobs:
~/.m2
~/.cache/coursier/
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- uses: sbt/setup-sbt@v1
- name: Test Samples
run: sbt +samples/it:test

Expand All @@ -68,5 +71,6 @@ jobs:
~/.m2
~/.cache/coursier/
key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/plugins.sbt') }}-${{ hashFiles('**/build.properties') }}
- uses: sbt/setup-sbt@v1
- name: Run scapegoat
run: sbt scapegoat

0 comments on commit 21d00fe

Please sign in to comment.