mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-21 18:05:15 -04:00
Pipe github test build output into nirvana
This commit is contained in:
parent
ac6863dc27
commit
330d5eecac
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -43,10 +43,10 @@ jobs:
|
|||
-v /var/run/utmp:/var/run/utmp \
|
||||
--mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \
|
||||
${{ matrix.distro }} \
|
||||
/bin/sh -c '${{ matrix.prepare }} && \
|
||||
tools/setup && \
|
||||
./configure --enable-libtap && \
|
||||
make && \
|
||||
/bin/sh -c '${{ matrix.prepare }} > /dev/null && \
|
||||
tools/setup > /dev/null && \
|
||||
./configure --enable-libtap > /dev/null && \
|
||||
make > /dev/null && \
|
||||
make test && \
|
||||
make dist && \
|
||||
tar zxf monitoring-plugins-*.tar.gz && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue