Skip to content

Commit

Permalink
fix(ci): platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Aug 29, 2023
1 parent 2be92e9 commit a02fa1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ outputs:
runs:
using: "composite"
steps:
- uses: mikefarah/yq@v4.35.1
- name: Checkout repository
uses: actions/checkout@v3
- uses: mikefarah/yq@v4.35.1
- name: Generate platform and runner matrix from config files
id: matrix
run: |
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build-push-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
matrix: ${{ steps.setup.outputs.matrix }}
platforms: ${{ steps.setup.outputs.platforms }}
steps:
- name: Prepare Matrix
id: setup
uses: ./.github/actions/prepare
with:
client: 'besu'
- uses: actions/checkout@v3
- name: Prepare Matrix
id: setup
uses: ./.github/actions/prepare
with:
client: 'besu'
deploy:
needs:
- prepare
Expand Down

0 comments on commit a02fa1e

Please sign in to comment.