ci(gitea): utilisation du label ubuntu-latest pour l'environnement de test
AS Talange CI/CD Pipeline / Build & Run Unit Tests (push) Successful in 2m46s
AS Talange CI/CD Pipeline / Deploy to Test Environment (push) Successful in 3m7s
AS Talange CI/CD Pipeline / Deploy to Prod Environment (push) Has been cancelled

This commit is contained in:
2026-06-23 00:37:35 +02:00
parent 48c3220013
commit 62d1158a8a
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
test: test:
name: Build & Run Unit Tests name: Build & Run Unit Tests
runs-on: self-hosted runs-on: [self-hosted, ubuntu-latest]
container: container:
image: maven:3.9.6-eclipse-temurin-21 image: maven:3.9.6-eclipse-temurin-21
steps: steps:
@@ -31,7 +31,7 @@ jobs:
name: Deploy to Test Environment name: Deploy to Test Environment
needs: test needs: test
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
runs-on: [self-hosted, test] runs-on: [self-hosted, ubuntu-latest]
container: container:
image: docker:latest image: docker:latest
steps: steps: