mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
No need to force port
This commit is contained in:
parent
2f81524819
commit
181b3cd274
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_test_debug.yml
vendored
2
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue