mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
ci(server): run CI job daily so we catch issues with runner changes (#1567)
* ci(server): run CI job daily so we catch issues with runner changes * Format.
This commit is contained in:
parent
b16fc38649
commit
00f345ad98
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build_and_test_debug.yml
vendored
6
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -12,6 +12,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 13 * * *" # Run daily at 1PM UTC.
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
@ -65,10 +67,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
|
||||
- name: Install Outline Server
|
||||
run: ./src/server_manager/install_scripts/install_server.sh --hostname localhost
|
||||
|
||||
|
||||
- name: Test API
|
||||
run: 'curl --silent --fail --insecure $(grep "apiUrl" /opt/outline/access.txt | cut -d: -f 2-)/server'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue