Skip to content

Commit 744b03b

Browse files
committed
test make pipeline fail
1 parent 4ece5d8 commit 744b03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cd $GITHUB_WORKSPACE
5959
60-
yes | sudo python3 -m install.uninstall
60+
# yes | sudo python3 -m install.uninstall
6161
6262
if pip show input-remapper; then
6363
echo "Expected input-remapper package to be uninstalled"
@@ -74,7 +74,7 @@ jobs:
7474
exit 1
7575
fi
7676
77-
if systemctl statusinput-remapper; then
77+
if systemctl status input-remapper; then
7878
echo "Expected input-remapper service to be missing"
7979
exit 1
8080
fi

0 commit comments

Comments
 (0)