configuration docs, make test

This commit is contained in:
realaravinth
2021-07-09 12:04:48 +05:30
parent 67a35a6e43
commit 0880dd27ce
6 changed files with 23 additions and 11 deletions

View File

@@ -73,14 +73,19 @@ jobs:
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: build frontend
run: make frontend
- name: build
run: make
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
# - name: build frontend
# run: make frontend
- name: run tests
run: make test
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: generate documentation
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/mCaptcha')
run: make doc