mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
github-ci: fix small typo
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
2
.github/workflows/entrypoint.sh
vendored
2
.github/workflows/entrypoint.sh
vendored
@@ -26,7 +26,7 @@ for PKG in /ci/*.ipk; do
|
||||
if [ -f "$TEST_SCRIPT" ]; then
|
||||
echo "Use package specific test.sh"
|
||||
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
|
||||
echo "Test succesful"
|
||||
echo "Test successful"
|
||||
else
|
||||
echo "Test failed"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user