mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Update API tests workflow to use WEKAN_URL secret for BASE_URL
This commit is contained in:
parent
97fb01f3bc
commit
7c7e60c22f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-testing.yml
vendored
2
.github/workflows/api-testing.yml
vendored
|
@ -30,6 +30,6 @@ jobs:
|
||||||
# Step 4: Run API tests
|
# Step 4: Run API tests
|
||||||
- name: Run API tests
|
- name: Run API tests
|
||||||
env:
|
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: |
|
run: |
|
||||||
pytest --maxfail=5 --disable-warnings -v
|
pytest --maxfail=5 --disable-warnings -v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue