mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-27 15:53:37 +00:00
added environment variables to unit-test.yml
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
9a25e70dda
commit
4616216394
9
.github/workflows/unit-tests.yml
vendored
9
.github/workflows/unit-tests.yml
vendored
@ -9,6 +9,15 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
unified-unit-tests:
|
unified-unit-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
PLANETMINT_DATABASE_BACKEND: tarantool_db
|
||||||
|
PLANETMINT_DATABASE_HOST: localhost
|
||||||
|
PLANETMINT_DATABASE_PORT: 3303
|
||||||
|
PLANETMINT_SERVER_BIND: 0.0.0.0:9984
|
||||||
|
PLANETMINT_WSSERVER_HOST: 0.0.0.0
|
||||||
|
PLANETMINT_WSSERVER_ADVERTISED_HOST: localhost
|
||||||
|
PLANETMINT_TENDERMINT_HOST: localhost
|
||||||
|
PLANETMINT_TENDERMINT_PORT: 26657
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user