Skip to content

Commit aa5b19c

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] typo fixed
1 parent c05967b commit aa5b19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-gradle-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Gradle
3838
uses: gradle/actions/setup-gradle@v3
3939

40-
- name: Runt tests
40+
- name: Run tests
4141
run: ./gradlew --console=verbose test -x checkstyleMain checkstyleTest
4242

4343
- name: Upload coverage reports to Codecov with GitHub Action

.github/workflows/java-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: Lint
4848
run: ./gradlew --console=verbose checkstyleMain checkstyleTest
4949

50-
- name: Runt tests
50+
- name: Run tests
5151
run: ./gradlew --console=verbose test -x checkstyleMain checkstyleTest

0 commit comments

Comments
 (0)