chore: add logs

This commit is contained in:
Dariusz Majcherczyk 2024-03-07 15:22:46 +01:00
parent 973fa305f1
commit ebc4913832
No known key found for this signature in database
GPG Key ID: C42DFD2F046CA415

View File

@ -35,10 +35,11 @@ jobs:
run: echo ${{ steps.step.outputs.runner }}
e2e:
if: echo ${{ fromJSON(inputs.projects) != null}}
if: ${{ fromJSON(inputs.projects) != null}} then
strategy:
fail-fast: false
matrix:
run: echo ${{ fromJSON(inputs.projects) }}
project: ${{ fromJSON(inputs.projects) }}
name: ${{ matrix.project }}
needs: runner-choice