Fix ci.
Build and Deploy Java Gradle Application / build-and-deploy (push) Failing after 59s

This commit is contained in:
Florian THIERRY
2026-02-03 15:20:49 +01:00
parent 8791eebda8
commit 6a56009dc1
5 changed files with 11 additions and 1676 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fixing-ci-angular-21
jobs:
build-and-deploy:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:24-alpine AS builder
FROM node:25-alpine AS builder
WORKDIR /app
COPY frontend /app
RUN npm install
-3
View File
@@ -30,7 +30,6 @@
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js",
"@angular/localize/init"
],
"tsConfig": "tsconfig.app.json",
@@ -133,8 +132,6 @@
"builder": "@angular/build:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
+7 -1670
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -26,7 +26,7 @@
"@angular/material": "^21.1.2",
"@angular/platform-browser": "^21.1.2",
"@angular/platform-browser-dynamic": "^21.1.2",
"@angular/router": "^21",
"@angular/router": "^21.1.2",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},