Fix workflow: merge duplicate push triggers, switch build image to node:22-bookworm-slim
API CI/CD / Validate (composer + pint) (push) Failing after 2s
API CI/CD / Test (PHPUnit) (push) Failing after 2s
API CI/CD / Build frontend assets (push) Failing after 44s
API CI/CD / Security audit (push) Failing after 1s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped

This commit is contained in:
root
2026-06-20 21:52:13 -04:00
parent 6c0b7ea906
commit be84f5173b
+2 -3
View File
@@ -12,10 +12,9 @@ name: API CI/CD
on:
push:
branches: [main, master, develop, 'feature/**', 'fix/**']
tags: ['v*']
pull_request:
branches: [main, master, develop]
push:
tags: ['v*']
env:
APP_ENV: testing
@@ -168,7 +167,7 @@ jobs:
name: Build frontend assets
runs-on: ubuntu-latest
container:
image: node:22-alpine
image: node:22-bookworm-slim
steps:
- name: Checkout repository
uses: actions/checkout@v4