Skip to content

Commit 9632579

Browse files
committed
chore(ci): add test workflow badge to README
1 parent 75f1db8 commit 9632579

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Verify JAVA_HOME
2929
run: |
3030
echo "JAVA_HOME is set to: $JAVA_HOME"
31-
31+
3232
# Run Maven tests
3333
- name: Run Maven Tests
3434
# This command will execute your project's tests.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Algorithm Problem Solutions
22

33
[![Compile](https://github.com/lzwjava/algorithm-solutions/actions/workflows/maven.yml/badge.svg)](https://github.com/lzwjava/algorithm-solutions/actions/workflows/maven.yml)
4-
5-
4+
[![Test](https://github.com/lzwjava/algorithm-solutions/actions/workflows/test.yml/badge.svg)](https://github.com/lzwjava/algorithm-solutions/actions/workflows/test.yml)
65

76
Problem solutions of some algorithm problems from online judge platforms.
87

0 commit comments

Comments
 (0)