Skip to content

Commit 0a57591

Browse files
committed
skip template
1 parent 4ee40e1 commit 0a57591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/example-sanity-check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
run: |
2626
mvn --version
2727
for folder in `ls`; do
28-
if [[ -d "$folder" ]]; then
28+
if [[ -d "$folder" ] && [ "$folder" != "mvn-project-template" ] ]; then
29+
2930
cd "$folder"
3031
if test -f "pom.xml"; then
3132
mvn clean test

0 commit comments

Comments
 (0)