Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Jun 18, 2024
1 parent e504f2e commit 360c907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/matrix-docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Start container
run: |
echo "platform=${{ matrix.combination.platform }}"
if [[ ${{ matrix.combination.platform != '' }} ]]
then
docker run -d --rm --platform ${{ matrix.combination.platform }} --name ${{ env.CONTAINER_NAME }} hyperledger/besu:${{ matrix.combination.tag }}
Expand Down

0 comments on commit 360c907

Please sign in to comment.