From c959e2ad6a2bf121ff8e5fdbdc683c1fade191a4 Mon Sep 17 00:00:00 2001 From: Holash Chand Date: Sat, 17 Aug 2024 10:12:40 +0530 Subject: [PATCH] temp 2 --- .github/workflows/maven.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b8c33c973..55f15d1bc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -85,17 +85,15 @@ jobs: build-node: strategy: matrix: - os: [ubuntu-latest] - platform: [linux/amd64] include: - - name: identity-service - os: ubuntu-latest + - os: ubuntu-latest + name: identity-service platform: linux/amd64 - - name: credential-schema - os: ubuntu-latest + - os: ubuntu-latest + name: credential-schema platform: linux/amd64 - - name: credentials-service - os: ubuntu-latest + - os: ubuntu-latest + name: credentials-service platform: linux/amd64 runs-on: ${{ matrix.os }} steps: