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: cat /opt/.runner_env >> $GITHUB_ENV
# Run tests # Run tests
# - name: Run Docker tests - name: Run Docker tests
# run: ./tests/main.py "docker" run: ./tests/main.py "docker"
- name: Run Autoconf tests - name: Run Autoconf tests
run: ./tests/main.py "autoconf" run: ./tests/main.py "autoconf"
- name: Run Swarm tests - name: Run Swarm tests

View file

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