Skip to content

Commit e0b247f

Browse files
Update CI badges in README.md closes #51 (#52)
1 parent 6647432 commit e0b247f

5 files changed

+6
-6
lines changed

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UTBot Java build and run tests
1+
name: "UTBot Java: build and run tests"
22

33
on:
44
workflow_dispatch

.github/workflows/build-and-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UTBot Java build and run tests
1+
name: "UTBot Java: build and run tests"
22

33
on:
44
push:

.github/workflows/publish-plugin-and-cli-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish plugin and CLI as archives
1+
name: "Plugin and CLI: publish as archives"
22

33
on:
44
workflow_dispatch:

.github/workflows/publish-plugin-and-cli.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Publish plugin and CLI as archives
2-
1+
name: "Plugin and CLI: publish as archives"
32
on:
43
push:
54
branches: [main]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build UTBot and run unit tests](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests-utbot-java.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests-utbot-java.yml)
1+
[![UTBot Java: build and run tests](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/build-and-run-tests.yml)
2+
[![Plugin and CLI: publish as archives](https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml/badge.svg)](https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml)
23

34
# What is UTBotJava?
45

0 commit comments

Comments
 (0)