Update test.yml
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -44,3 +44,10 @@ jobs:
|
|||||||
sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL
|
sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL
|
||||||
sudo -u netdisco /home/netdisco/bin/localenv ./Build test --test_files xt/
|
sudo -u netdisco /home/netdisco/bin/localenv ./Build test --test_files xt/
|
||||||
working-directory: /github/workspace/netdisco/netdisco
|
working-directory: /github/workspace/netdisco/netdisco
|
||||||
|
- name: IRC notification
|
||||||
|
uses: Gottox/irc-message-action@v2
|
||||||
|
with:
|
||||||
|
channel: '#netdisco'
|
||||||
|
nickname: netdisco-automation
|
||||||
|
message: |-
|
||||||
|
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
|
||||||
|
|||||||
Reference in New Issue
Block a user