mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
- copy .env files again (not sure this is correct?)
This commit is contained in:
parent
dec17d0e8d
commit
32bd8cca02
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -194,10 +194,10 @@ jobs:
|
||||
##########################################################################
|
||||
# UNIT TESTS BACKEND #####################################################
|
||||
##########################################################################
|
||||
#- name: backend | copy env files webapp
|
||||
# run: cp webapp/.env.template webapp/.env
|
||||
#- name: backend | copy env files backend
|
||||
# run: cp backend/.env.template backend/.env
|
||||
- name: backend | copy env files webapp
|
||||
run: cp webapp/.env.template webapp/.env
|
||||
- name: backend | copy env files backend
|
||||
run: cp backend/.env.template backend/.env
|
||||
- name: backend | docker-compose
|
||||
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up neo4j backend
|
||||
- name: backend | Unit tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user