fix workflow indentation

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-12-20 21:56:20 -08:00
parent 1cd4c2182b
commit bedb03a36e
1 changed files with 3 additions and 3 deletions

View File

@ -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')