Skip to content

Commit 30d1018

Browse files
author
egor.savelev
committed
Update ci script
1 parent 535c34d commit 30d1018

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test-install:
11+
test-install-uninstall:
1212
runs-on: ubuntu-latest
1313
container:
1414
image: ubuntu:24.04
@@ -26,3 +26,8 @@ jobs:
2626
run: |
2727
chmod +x install.sh
2828
yes | ./install.sh
29+
30+
- name: Run uninstall script
31+
run: |
32+
chmod +x uninstall.sh
33+
yes | ./uninstall.sh

0 commit comments

Comments
 (0)