feat: CI: configure and run conductor instance while testing
This commit is contained in:
parent
8a2ada891e
commit
5350b22ffe
2 changed files with 6 additions and 0 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -68,6 +68,9 @@ jobs:
|
|||
|
||||
- name: download deps
|
||||
run: make dev-env
|
||||
env:
|
||||
LPCONDUCTOR_CREDS_USERNAME: "librepages_api"
|
||||
LPCONDUCTOR_CREDS_PASSWORD: "longrandomlygeneratedpassword"
|
||||
|
||||
- name: Apply migrations
|
||||
run: make migrate
|
||||
|
|
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
@ -55,6 +55,9 @@ jobs:
|
|||
|
||||
- name: download deps
|
||||
run: make dev-env
|
||||
env:
|
||||
LPCONDUCTOR_CREDS_USERNAME: "librepages_api"
|
||||
LPCONDUCTOR_CREDS_PASSWORD: "longrandomlygeneratedpassword"
|
||||
|
||||
- name: configure GPG key
|
||||
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/librepages'
|
||||
|
|
Loading…
Reference in a new issue