From b025344e71820cded11d49f6f13a6b431da4bf24 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 19 Oct 2022 09:09:05 +0100 Subject: [PATCH] fix usage of deprecated Ginkgo flag --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a32d3827e..a0f40266d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,8 +33,8 @@ jobs: env: GOARCH: 386 run: | - ginkgo -r -v -randomize-all -randomizeSuites -trace -skip-package self integrationtests - ginkgo -r -v -randomize-all -randomizeSuites -trace integrationtests/self ${{ env.QLOGFLAG }} + ginkgo -r -v -randomize-all -randomize-suites -trace -skip-package self integrationtests + ginkgo -r -v -randomize-all -randomize-suites -trace integrationtests/self ${{ env.QLOGFLAG }} - name: save qlogs if: ${{ always() && env.DEBUG == 'true' }} uses: actions/upload-artifact@v2