Add ergochat db to init-db.sh #544
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 | |
on: [ push ] | |
jobs: | |
test: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Install tools | |
# gridsite-clients is required for urlencode | |
run: sudo apt update && sudo apt install -y gridsite-clients | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: ci/build.sh | |
run: ci/build.sh |