fix workflow indentation
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
parent
1cd4c2182b
commit
bedb03a36e
|
@ -374,9 +374,9 @@ jobs:
|
|||
if: contains(matrix.component, 'kubemq')
|
||||
|
||||
- name: Start nats with JetStream
|
||||
run: |
|
||||
docker-compose -f ./.github/infrastructure/docker-compose-jetstream.yml up -p jetstream -d
|
||||
if: contains(matrix.component, 'jetstream')
|
||||
run: |
|
||||
docker-compose -f ./.github/infrastructure/docker-compose-jetstream.yml up -p jetstream -d
|
||||
if: contains(matrix.component, 'jetstream')
|
||||
|
||||
- name: Setup KinD test data
|
||||
if: contains(matrix.component, 'kubernetes')
|
||||
|
|
Loading…
Reference in New Issue