mirror of
https://github.com/wekan/wekan.git
synced 2026-01-15 22:15:28 +01:00
test
This commit is contained in:
parent
37960a5be5
commit
8522b8997b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/e2e-testing.yml
vendored
6
.github/workflows/e2e-testing.yml
vendored
|
|
@ -109,12 +109,12 @@ jobs:
|
|||
key: ${{ secrets.EC2_SSH_KEY }}
|
||||
script: |
|
||||
# Wait for Wekan to be ready
|
||||
sleep 30
|
||||
sleep 10
|
||||
|
||||
# Create test user via registration API (no admin token needed)
|
||||
curl -f -H "Content-type:application/json" \
|
||||
curl -f -H "Content-Type: application/x-www-form-urlencoded" \
|
||||
-X POST \
|
||||
http://34.240.7.246/users/register \
|
||||
http://localhost/users/register \
|
||||
-d '{ "username": "omriza5", "password": "123456", "email": "omriza5@gmail.com" }' \
|
||||
|| echo "User registration failed or user already exists"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue