No need to force port

This commit is contained in:
Vinicius Fortuna 2024-01-09 19:15:54 -05:00
parent 2f81524819
commit 181b3cd274

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 --api-port 8080
run: ./src/server_manager/install_scripts/install_server.sh
- name: Test API
run: 'curl --fail --insecure $(grep "apiUrl" /opt/outline/access.txt | cut -d: -f 2-)/server'