We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f1db8 commit 9632579Copy full SHA for 9632579
2 files changed
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Verify JAVA_HOME
29
run: |
30
echo "JAVA_HOME is set to: $JAVA_HOME"
31
-
+
32
# Run Maven tests
33
- name: Run Maven Tests
34
# This command will execute your project's tests.
README.md
@@ -1,8 +1,7 @@
1
# Algorithm Problem Solutions
2
3
[](https://github.com/lzwjava/algorithm-solutions/actions/workflows/maven.yml)
4
5
+[](https://github.com/lzwjava/algorithm-solutions/actions/workflows/test.yml)
6
7
Problem solutions of some algorithm problems from online judge platforms.
8
0 commit comments