tests - fix json for reverse-proxy-multisite

This commit is contained in:
bunkerity 2022-07-25 10:53:16 +02:00
parent 70ac3c01b3
commit e90d4cc7e2
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 3 additions and 3 deletions

View File

@ -374,8 +374,8 @@ jobs:
run: cat /opt/.runner_env >> $GITHUB_ENV
# Run tests
# - name: Run Docker tests
# run: ./tests/main.py "docker"
- name: Run Docker tests
run: ./tests/main.py "docker"
- name: Run Autoconf tests
run: ./tests/main.py "autoconf"
- name: Run Swarm tests

View File

@ -17,6 +17,6 @@
"type": "string",
"url": "https://app2.example.com",
"string": "hello"
},
}
]
}