We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a57591 commit 0b601a7Copy full SHA for 0b601a7
.github/workflows/example-sanity-check.yml
@@ -25,8 +25,7 @@ jobs:
25
run: |
26
mvn --version
27
for folder in `ls`; do
28
- if [[ -d "$folder" ] && [ "$folder" != "mvn-project-template" ] ]; then
29
-
+ if [ -d "$folder" ] && [ "$folder" != "mvn-project-template" ]; then
30
cd "$folder"
31
if test -f "pom.xml"; then
32
mvn clean test
0 commit comments