Skip to content

Commit

Permalink
print test case as json
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jul 11, 2024
1 parent 365611a commit 1fab7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fab7f1

Please sign in to comment.