From 9aa6bf91ec8e4b07685958c2d4ed149a5b4aa9f5 Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Fri, 24 Nov 2023 00:45:28 -0800 Subject: [PATCH] Rename "scenario" -> "test_set" (cherry picked from commit 091fa1825d116f7620db55eba83e56720b24b3c8) --- .github/workflows/run-tests.yml | 2 +- matrix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index aa497ca..98c7ce3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -35,4 +35,4 @@ jobs: - name: Run Test uses: ./sipssert/actions/Run_Test with: - scenario: ${{ matrix.scenario }} + test_set: ${{ matrix.test_set }} diff --git a/matrix.yml b/matrix.yml index ecef2e3..3a474ca 100644 --- a/matrix.yml +++ b/matrix.yml @@ -1,6 +1,6 @@ os: - ubuntu-latest -scenario: +test_set: - accounting - auth - b2b