feat: add mapeo-config-builder-api #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Cloud docker-compose Stack | |
on: [push, pull_request] | |
jobs: | |
test-server: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Generate .env file | |
run: cp .env.example .env | |
- name: Build the stack | |
run: docker-compose up -d | |
# - name: Test # TODO add tests: filebrowser, syncthing, mapeo-icons, fdroid-repo |