Add env vars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user