From a3851fd7438997a94296861405de11dcb5e216d2 Mon Sep 17 00:00:00 2001 From: Sheldon Warkentin Date: Tue, 8 Feb 2022 15:52:21 -0700 Subject: [PATCH] No quotes for run-args! --- .github/workflows/mapi.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mapi.yml b/.github/workflows/mapi.yml index 5b1e7a7e7c..e74d8eaf17 100644 --- a/.github/workflows/mapi.yml +++ b/.github/workflows/mapi.yml @@ -61,10 +61,14 @@ jobs: # https://github.com/ccouzens/keycloak-openapi # run-args: | - --header - "Authorization:Bearer ${{ env.AUTH_TOKEN }}" + --concurrency + 4 + --header-auth + Authorization:Bearer ${{ env.AUTH_TOKEN }} + --ignore-rule + InvalidResponseSpec --ignore-endpoint - ".*logout.*" + .*logout.* # Archive HTML report - name: Archive Mayhem for API report