From: Tareq Al-Ahdal Date: Fri, 12 Aug 2022 22:22:13 +0000 (+0800) Subject: Added the feature of collecting host system information to the CI tests X-Git-Tag: v4.2.0~36^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/74019877a4ae4381343a23340399330f40f09962 Added the feature of collecting host system information to the CI tests --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 481ec767..a26ad000 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -265,6 +265,10 @@ jobs: run: nominatim --version working-directory: /home/nominatim/nominatim-project + - name: Collect host OS information + run: nominatim admin --collect-os-info + working-directory: /home/nominatim/nominatim-project + - name: Import run: nominatim import --osm-file ../test.pbf working-directory: /home/nominatim/nominatim-project