We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291bf8 commit c78b313Copy full SHA for c78b313
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo /bin/bash ./scripts/dappnode_install.sh
26
- name: Show installation logs
27
run: |
28
- cat /usr/src/dappnode/logs/install.log
+ cat /usr/src/dappnode/logs/install.log
29
cat /usr/src/dappnode/logs/dappnode_install.log
30
- name: Uninstall DAppNode
31
@@ -64,3 +64,16 @@ jobs:
64
- name: verify Ubuntu ISO
65
66
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