Skip to content

Commit

Permalink
Copy monitoring folder in media
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Dec 20, 2024
1 parent be42b17 commit c29f8a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ jobs:
run: |
curl -fsSL https://raw.githubusercontent.com/PnX-SI/GeoNature/refs/heads/master/config/test_config.toml -o output.txt
export GEONATURE_CONFIG_FILE=output.txt
mkdir -p /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/media/monitorings/
cp -r * /opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/media/monitorings/
for protocole in ./*/; do geonature monitorings install $protocole; done

0 comments on commit c29f8a8

Please sign in to comment.