Skip to content

Commit

Permalink
chore: Refactor GitHub Actions workflow to simplify and optimize test…
Browse files Browse the repository at this point in the history
… job
  • Loading branch information
doofin committed Sep 20, 2024
1 parent 742ab4d commit e875a1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
run:
name: compile and test
name: test
strategy:
matrix:
java-version: [17]
Expand All @@ -27,8 +27,5 @@ jobs:
java-version: ${{ matrix.java-version }}
cache: sbt

- name: compile the project
run: sbt compile

- name: Run the unit tests
run: sbt test

0 comments on commit e875a1d

Please sign in to comment.