mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 19:01:29 +00:00
v
This commit is contained in:
parent
528527c961
commit
90b7152823
20
.github/workflows/cache-verify.yml
vendored
20
.github/workflows/cache-verify.yml
vendored
@ -34,10 +34,6 @@ jobs:
|
||||
target: community
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup .env files
|
||||
run: |
|
||||
cp backend/.env.test_e2e backend/.env
|
||||
cp webapp/.env.template webapp/.env
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- name: Build ${{ matrix.name }} image
|
||||
uses: docker/build-push-action@v5
|
||||
@ -61,11 +57,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup .env files (for caching context)
|
||||
run: |
|
||||
cp backend/.env.test_e2e backend/.env
|
||||
cp webapp/.env.template webapp/.env
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
@ -156,7 +147,6 @@ jobs:
|
||||
run: |
|
||||
[ -x /opt/cucumber-json-formatter ] && /opt/cucumber-json-formatter --help || (echo "❌ Formatter missing" && exit 1)
|
||||
|
||||
|
||||
consolidate-environment:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-images, cache-environment]
|
||||
@ -183,16 +173,6 @@ jobs:
|
||||
cp backend/.env.test_e2e backend/.env
|
||||
cp webapp/.env.template webapp/.env
|
||||
|
||||
- name: Show generated .env files
|
||||
run: |
|
||||
echo "::group::backend/.env"
|
||||
cat backend/.env
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::webapp/.env"
|
||||
cat webapp/.env
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Restore full CI cache
|
||||
id: restore-cache
|
||||
uses: actions/cache@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user