Skip to content

Commit

Permalink
Add more items in the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Gasior committed Feb 11, 2024
1 parent ce7d4e6 commit f99d5c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/_contract-artifact-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
strategy:
matrix: ${{ fromJson(inputs.artifacts) }}
steps:
#- name: Check secrets
# shell: bash
# run: |
# if [[ '${{ secrets.CONTRACTS_S3BUCKET_NAME }}' == '' ]]; then
# echo 'There is a secret missing'
# exit 1
# fi

- name: Checkout repository
if: ${{ inputs.checkout == true }}
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tmp-test-contract-artifact-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
{
"contract": "eth_governance",
"artifact": "downloaded-artifacts/eth/artifacts/contracts/Governance.sol/Governance.json"
},
{
"contract": "azero_something",
"artifact": "downloaded-artifacts/something/path1"
}
]
}
Expand Down

0 comments on commit f99d5c5

Please sign in to comment.