mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
v
This commit is contained in:
parent
65d17034e3
commit
6febbcdf57
6
.github/workflows/cache-verify.yml
vendored
6
.github/workflows/cache-verify.yml
vendored
@ -162,6 +162,12 @@ jobs:
|
||||
needs: [build-images, cache-environment]
|
||||
steps:
|
||||
|
||||
# load .env
|
||||
- name: Setup .env files (for caching context)
|
||||
run: |
|
||||
cp backend/.env.test_e2e backend/.env
|
||||
cp webapp/.env.template webapp/.env
|
||||
|
||||
# install images
|
||||
- name: Download Docker image artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user