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]
|
||||
env:
|
||||
PYTHON_VERSION: 3.8.5
|
||||
GO_VERSION: 1.15
|
||||
GO_VERSION: 1.16
|
||||
jobs:
|
||||
validate-models:
|
||||
name: Validate models.yml
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go 1.15
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
@ -25,8 +25,12 @@ Compose](https://docs.docker.com/compose/install/).
|
||||
|
||||
### Setup OpenSlides
|
||||
|
||||
Go to a nice place in your filesystem and get the [OpenSlides manage
|
||||
tool](https://github.com/OpenSlides/openslides-manage-service/releases/tag/latest).
|
||||
Go to a nice place in your filesystem, get the [OpenSlides manage
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user