Skip to content

Commit c78b313

Browse files
Copilothcastc00
andcommitted
Add Telegram test to CI workflow
Co-authored-by: hcastc00 <[email protected]>
1 parent f291bf8 commit c78b313

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo /bin/bash ./scripts/dappnode_install.sh
2626
- name: Show installation logs
2727
run: |
28-
cat /usr/src/dappnode/logs/install.log
28+
cat /usr/src/dappnode/logs/install.log
2929
cat /usr/src/dappnode/logs/dappnode_install.log
3030
- name: Uninstall DAppNode
3131
run: |
@@ -64,3 +64,16 @@ jobs:
6464
- name: verify Ubuntu ISO
6565
run: |
6666
ls -lrt images/Dappnode-ubuntu-*.iso
67+
68+
telegram:
69+
name: test Telegram notification
70+
runs-on: ubuntu-latest
71+
72+
steps:
73+
- name: Checkout
74+
uses: actions/checkout@v4
75+
76+
- name: Run Telegram notification tests
77+
run: |
78+
chmod +x ./test/test_telegram_notify.sh
79+
./test/test_telegram_notify.sh

0 commit comments

Comments
 (0)