mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
reintroduce webapp env copytobackend unit test job
This commit is contained in:
parent
85b9750e00
commit
e3fba4f0a8
2
.github/workflows/test-backend.yml
vendored
2
.github/workflows/test-backend.yml
vendored
@ -78,6 +78,8 @@ jobs:
|
||||
- name: Load Docker Image
|
||||
run: docker load < /tmp/backend.tar
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user