Skip to content

Commit

Permalink
Fixed typo in gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse authored Oct 3, 2023
1 parent 752fcc7 commit a0d7ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@2.4.2
uses: gradle/gradle-build-action@v2.4.2
- name: Run CQRS booking kata
working-directory: kata-solutions/cqrs-booking/cqrs-booking-java
run: ./gradlew test jacocoTestReport
Expand Down

0 comments on commit a0d7ec6

Please sign in to comment.