From 1fab7f1d6464cb785172a1303b3704c38236fc58 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Wed, 10 Jul 2024 22:15:57 -0700 Subject: [PATCH] print test case as json --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6aec6145..3c3dd153 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - { case: "openai", replicas: "3", requests: "300", expected_replicas: "2" } - { case: "pubsub"} runs-on: ubuntu-latest - name: E2E ${{ matrix.test_cases.case }} Lingo.replicas=${{ matrix.test_cases.replicas }} requests=${{ matrix.test_cases.requests }} expected_replicas=${{ matrix.test_cases.expected_replicas }} + name: E2E ${{ toJson(matrix.test_cases) }} steps: - name: Checkout code uses: actions/checkout@v2