Update API tests workflow to use WEKAN_URL secret for BASE_URL

This commit is contained in:
omri zaher 2025-08-11 11:45:32 +03:00
parent 97fb01f3bc
commit 7c7e60c22f

View file

@ -30,6 +30,6 @@ jobs:
# Step 4: Run API tests
- name: Run API tests
env:
BASE_URL: ${{ secrets.BASE_URL }} # Example: Pass API base URL as a secret
BASE_URL: ${{ secrets.WEKAN_URL }} # Example: Pass API base URL as a secret
run: |
pytest --maxfail=5 --disable-warnings -v