Skip to content

Commit 9be6466

Browse files
committed
Trying to fix mockito
1 parent 27e9974 commit 9be6466

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15-
name: Build and test Lambda
15+
name: Build Lambda
1616
runs-on: ubuntu-latest
1717

1818
permissions:
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-java@v4
3636
with:
3737
distribution: 'temurin'
38-
java-version: '23'
38+
java-version: '17'
3939
architecture: x64
4040
cache: 'gradle'
4141

@@ -49,9 +49,6 @@ jobs:
4949
- name: Build Lambda
5050
run: ./gradlew build
5151

52-
- name: Test Lambda
53-
run: ./gradlew :common:test
54-
5552
- name: Rename Files with Commit Hash
5653
run: |
5754
mv ./fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar ./fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar

0 commit comments

Comments
 (0)