Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed May 28, 2024
1 parent 073c4c0 commit d239e1c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push:

jobs:
build:
testAndBuild:

runs-on: ubuntu-latest
permissions:
Expand All @@ -31,18 +31,4 @@ jobs:
- name: Test with Gradle Wrapper
run: gradle test
- name: Build with Gradle Wrapper
run: gradle build

dependency-submission:

runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
run: gradle build

0 comments on commit d239e1c

Please sign in to comment.