Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse authored Oct 3, 2023
1 parent cd31b10 commit 5a47dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Java CI with Gradle
name: Gradle CI for Java and Kotlin

on:
push:
Expand All @@ -27,7 +27,7 @@ permissions:
contents: read

jobs:
build-gradle-project:
kata-solution-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
Expand Down

0 comments on commit 5a47dff

Please sign in to comment.