Review
This commit is contained in:
parent
b4a034d900
commit
e99eb0bf0b
4
.github/workflows/models.yml
vendored
4
.github/workflows/models.yml
vendored
@ -3,13 +3,13 @@ name: Validate models.yml and initial and example data
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: 3.8.5
|
PYTHON_VERSION: 3.8.5
|
||||||
GO_VERSION: 1.15
|
GO_VERSION: 1.16
|
||||||
jobs:
|
jobs:
|
||||||
validate-models:
|
validate-models:
|
||||||
name: Validate models.yml
|
name: Validate models.yml
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.15
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
|
@ -25,8 +25,12 @@ Compose](https://docs.docker.com/compose/install/).
|
|||||||
|
|
||||||
### Setup OpenSlides
|
### Setup OpenSlides
|
||||||
|
|
||||||
Go to a nice place in your filesystem and get the [OpenSlides manage
|
Go to a nice place in your filesystem, get the [OpenSlides manage
|
||||||
tool](https://github.com/OpenSlides/openslides-manage-service/releases/tag/latest).
|
tool](https://github.com/OpenSlides/openslides-manage-service/releases/tag/latest)
|
||||||
|
from GitHub and make it executable. E. g. run:
|
||||||
|
|
||||||
|
$ wget https://github.com/OpenSlides/openslides-manage-service/releases/download/latest/manage
|
||||||
|
$ chmod +x manage
|
||||||
|
|
||||||
Create configuration files:
|
Create configuration files:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user