Skip to content

Commit 4767f43

Browse files
committed
Update example-sanity-check.yml
1 parent bd29305 commit 4767f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
cmake --version
4848
protoc --version
4949
for folder in `ls`; do
50+
cd "$folder"
5051
mvn clean test
52+
cd ..
5153
done
5254
5355

0 commit comments

Comments
 (0)