mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
define env variable in ci.yml
This commit is contained in:
parent
b9aa51edf3
commit
42b9446d0a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -55,9 +55,9 @@ jobs:
|
||||
|
||||
# Unit Tests
|
||||
- name: backend | unit tests
|
||||
run: |
|
||||
docker run --rm ocelotsocialnetwork/backend:build mv /app/.env.template /app/.env
|
||||
docker run --rm ocelotsocialnetwork/backend:build yarn run test
|
||||
run: docker run --rm ocelotsocialnetwork/backend:build yarn run test
|
||||
env:
|
||||
MAPBOX_TOKEN: "123ABC"
|
||||
|
||||
##########################################################################
|
||||
# WEBAPP #################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user