Add env vars

This commit is contained in:
Chris Coutinho
2025-05-05 02:43:26 +02:00
parent c889786140
commit d8504d8c46
+5 -1
View File
@@ -37,7 +37,11 @@ jobs:
# Add subsequent steps here, e.g., running tests
- name: Run tests
env:
NEXTCLOUD_HOST: "localhost:8080"
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
apt update && apt install python3-poetry && apt clean
poetry install
poetry run python -m pytest
poetry run python -m pytest