mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
env in cache back, new cache, force build
This commit is contained in:
parent
0ba30fa8ca
commit
db0fddb84b
11
.github/workflows/cache-verify.yml
vendored
11
.github/workflows/cache-verify.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
# create cache key
|
||||
- name: Compute cache key
|
||||
id: cache-key
|
||||
run: |
|
||||
@ -64,6 +65,13 @@ jobs:
|
||||
echo "key=$KEY"
|
||||
echo "key=$KEY" >> $GITHUB_OUTPUT
|
||||
|
||||
# create env
|
||||
- name: Setup .env files & reports dir
|
||||
run: |
|
||||
cp backend/.env.test_e2e backend/.env
|
||||
cp webapp/.env.template webapp/.env
|
||||
|
||||
#restore cache
|
||||
- name: Restore unified CI cache
|
||||
id: restore-cache
|
||||
uses: actions/cache/restore@v4
|
||||
@ -117,8 +125,9 @@ jobs:
|
||||
webapp/node_modules
|
||||
backend/build
|
||||
webapp/.nuxt
|
||||
~/.cache/Cypress
|
||||
/opt/cucumber-json-formatter
|
||||
/home/runner/.cache/Cypress
|
||||
/home/runner/work/Ocelot-Social/Ocelot-Social
|
||||
|
||||
verify-environment:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user