mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Add test for install script
This commit is contained in:
parent
a48728becb
commit
fc431ee89c
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build_and_test_debug.yml
vendored
10
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -59,6 +59,16 @@ jobs:
|
|||
- name: Shadowbox Integration Test
|
||||
run: npm run action shadowbox/integration_test/run
|
||||
|
||||
manual-install-script:
|
||||
name: Manual Install Script
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Install Outline Server
|
||||
run: bash src/server_manager/install_scripts/install_server.sh
|
||||
|
||||
metrics-server:
|
||||
name: Metrics Server
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue