Skip to content

Commit

Permalink
temp 2
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Aug 17, 2024
1 parent b879c50 commit c959e2a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c959e2a

Please sign in to comment.