Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Aug 15, 2023
1 parent 7198e36 commit 618364c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
with:
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
- name: Test Service with SBT
run: |
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
with:
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
- name: Test with SBT
run: |
Expand Down Expand Up @@ -121,7 +119,6 @@ jobs:
with:
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
- name: Test with SBT
run: |
Expand Down Expand Up @@ -153,7 +150,6 @@ jobs:
with:
distribution: zulu
java-version: ${{ matrix.java }}
cache: maven
check-latest: false
- name: Test with SBT
run: |
Expand Down

0 comments on commit 618364c

Please sign in to comment.