File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
- name : Verify JAVA_HOME
29
29
run : |
30
30
echo "JAVA_HOME is set to: $JAVA_HOME"
31
-
31
+
32
32
# Run Maven tests
33
33
- name : Run Maven Tests
34
34
# This command will execute your project's tests.
Original file line number Diff line number Diff line change 1
1
# Algorithm Problem Solutions
2
2
3
3
[ ![ 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 )
6
5
7
6
Problem solutions of some algorithm problems from online judge platforms.
8
7
You can’t perform that action at this time.
0 commit comments