CI: fix grammar typo when test is succesful
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
28c075d2c8
commit
afca2f2a71
1 changed files with 1 additions and 1 deletions
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 successfull"
|
||||
echo "Test succesful"
|
||||
else
|
||||
echo "Test failed"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue