mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-03 07:03:40 +03:00
Improve Github action unit test on FreeBSD systems #2749
This commit is contained in:
parent
c57af5dfef
commit
4df945f52e
21
.github/workflows/test.yml
vendored
21
.github/workflows/test.yml
vendored
@ -104,4 +104,23 @@ jobs:
|
||||
|
||||
- name: Unitary tests
|
||||
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