Force localhost

This commit is contained in:
Vinicius Fortuna 2024-01-09 19:17:27 -05:00
parent 181b3cd274
commit f28405c4da

View file

@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Install Outline Server
run: ./src/server_manager/install_scripts/install_server.sh
run: ./src/server_manager/install_scripts/install_server.sh --hostname localhost
- name: Test API
run: 'curl --fail --insecure $(grep "apiUrl" /opt/outline/access.txt | cut -d: -f 2-)/server'