mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
define remaining envs required
This commit is contained in:
parent
cb27c737ee
commit
9f09c9f2fb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
# Unit Tests
|
||||
- name: backend | unit tests
|
||||
run: docker run --env MAPBOX_TOKEN=123ABC --rm ocelotsocialnetwork/backend:build yarn run test
|
||||
run: docker run --env MAPBOX_TOKEN=123ABC --env JWT_SECRET=123ABC --env PRIVATE_KEY_PASSPHRASE=123ABC --rm ocelotsocialnetwork/backend:build yarn run test
|
||||
|
||||
##########################################################################
|
||||
# WEBAPP #################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user