mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
9b56fe7b9b
This PR re-uses some ideas by @gbip from #448 * move all CI github workflow tests into the dedicated shell scripts * consolitade two database initialization scripts into one
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
echo "Initializing docker-compose database"
|
|
/fixtures/initdb.sh
|