mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
no force build
This commit is contained in:
parent
cb2c1246cf
commit
a08b3dca41
7
.github/workflows/cache-verify.yml
vendored
7
.github/workflows/cache-verify.yml
vendored
@ -220,13 +220,6 @@ jobs:
|
||||
cd webapp && yarn install --frozen-lockfile && cd ..
|
||||
npx cypress verify || echo "⚠️ Cypress not yet verified"
|
||||
|
||||
# force rebuild regardless of cache state
|
||||
- name: ⚙️ Always rebuild backend & webapp
|
||||
run: |
|
||||
echo "🔧 Forcing backend & webapp build..."
|
||||
cd backend && yarn build && cd ..
|
||||
cd webapp && yarn build && cd ..
|
||||
|
||||
#build backend
|
||||
- name: Build backend
|
||||
run: cd backend && yarn build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user