mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-05 08:39:15 +03:00
Merge branch 'issue2749' into develop
This commit is contained in:
commit
056a10f051
19
.github/workflows/test.yml
vendored
19
.github/workflows/test.yml
vendored
@ -105,3 +105,22 @@ jobs:
|
|||||||
- name: Unitary tests
|
- name: Unitary tests
|
||||||
run: |
|
run: |
|
||||||
python ./unitest.py
|
python ./unitest.py
|
||||||
|
|
||||||
|
test-freebsd:
|
||||||
|
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
uses: vmactions/freebsd-vm@v1
|
||||||
|
with:
|
||||||
|
usesh: true
|
||||||
|
prepare: |
|
||||||
|
pkg install -y python3 py-pip
|
||||||
|
run: |
|
||||||
|
set -e -x
|
||||||
|
python3 -m pip install --user -r requirements.txt
|
||||||
|
python ./unitest.py
|
||||||
|
Loading…
Reference in New Issue
Block a user