mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
actions: map utmp from host to container
this fixes the check_users not having any logged in user to check.
This commit is contained in:
parent
03028d23b6
commit
a96161c824
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
-e NPTEST_CACHE="/src/.github/NPTest.cache" \
|
||||
-w /src -v ${PWD}:/src \
|
||||
--tmpfs /media/ramdisk1 \
|
||||
-v /var/run/utmp:/var/run/utmp \
|
||||
--mount source=tmp-vol,destination=/src,target=/media/ramdisk2 \
|
||||
${{ matrix.distro }} \
|
||||
/bin/sh -c '${{ matrix.prepare }} && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue