Skip to content

Commit c86f87b

Browse files
author
Your Name
committed
typo
1 parent 483c22b commit c86f87b

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/junit-jupiter-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
mkdir demo && cd demo
3434
# gradle init --project-name demo --type java-application --dsl groovy
35-
# gradle init --project-name demo --type java-application --dsl groovy --test-framework junit-jupiter
35+
gradle init --project-name demo --type java-application --dsl groovy --test-framework junit-jupiter
3636
# gradle init --project-name demo --type java-application --dsl groovy --test-framework spock
3737
# gradle init --project-name demo --type java-application --dsl groovy --test-framework testng
3838
echo "==================Run the application=================================================================="

.github/workflows/spock-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mkdir demo && cd demo
3434
# gradle init --project-name demo --type java-application --dsl groovy
3535
# gradle init --project-name demo --type java-application --dsl groovy --test-framework spock
36-
# gradle init --project-name demo --type java-application --dsl groovy --test-framework spock
36+
gradle init --project-name demo --type java-application --dsl groovy --test-framework spock
3737
# gradle init --project-name demo --type java-application --dsl groovy --test-framework testng
3838
echo "==================Run the application=================================================================="
3939
./gradlew run

.github/workflows/testng-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# gradle init --project-name demo --type java-application --dsl groovy
3535
# gradle init --project-name demo --type java-application --dsl groovy --test-framework testng
3636
# gradle init --project-name demo --type java-application --dsl groovy --test-framework testng
37-
# gradle init --project-name demo --type java-application --dsl groovy --test-framework testng
37+
gradle init --project-name demo --type java-application --dsl groovy --test-framework testng
3838
echo "==================Run the application=================================================================="
3939
./gradlew run
4040
echo "==================Bundle the application=================================================================="

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# groovy-java-githubactions
2-
[![Groovy ubuntu Building Java Applications CI workflow](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/ubuntu-build-java-wf.yml/badge.svg)](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/ubuntu-build-java-wf.yml)
2+
[![Groovy ubuntu Building Java Applications CI workflow](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/ubuntu-build-java-wf.yml/badge.svg)](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/ubuntu-build-java-wf.yml)
3+
[![junit-jupiter Groovy ubuntu Building Java Applications CI workflow](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/junit-jupiter-wf.yml/badge.svg)](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/junit-jupiter-wf.yml)
4+
[![spock Groovy ubuntu Building Java Applications CI workflow](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/spock-wf.yml/badge.svg)](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/spock-wf.yml)
5+
[![testng Groovy ubuntu Building Java Applications CI workflow](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/testng-wf.yml/badge.svg)](https://github.com/githubfoam/groovy-java-githubactions/actions/workflows/testng-wf.yml)

0 commit comments

Comments
 (0)