Skip to content

Commit 54dadb1

Browse files
committed
This test case actually is not in the root fs.
1 parent dfc0a00 commit 54dadb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thingsboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ subpackages:
154154
runs: |
155155
cd /usr/share/thingsboard/bin/
156156
unzip thingsboard.jar
157-
ls BOOT-INF/usr/lib/ | grep -q "tomcat-embed-core" || { echo "tomcat-embed-core not found"; exit 1; }
157+
ls BOOT-INF/lib/ | grep -q "tomcat-embed-core" || { echo "tomcat-embed-core not found"; exit 1; }
158158
- name: Test server logs
159159
uses: test/daemon-check-output
160160
with:

0 commit comments

Comments
 (0)