From 89219331c635f4de624b6bfd9d644b1dd3c62ca8 Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Fri, 30 Aug 2024 18:34:45 +0300 Subject: [PATCH] github: fix the way to filter tests --- .github/workflows/run-tests.yml | 2 ++ actions/Run_Test/action.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e495baf..867aff5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -39,3 +39,5 @@ jobs: - name: Run Test uses: ./sipssert/actions/Run_Test + with: + tests: ${{ matrix.tests }} diff --git a/actions/Run_Test/action.yml b/actions/Run_Test/action.yml index b5fba51..ae95bd9 100644 --- a/actions/Run_Test/action.yml +++ b/actions/Run_Test/action.yml @@ -5,6 +5,10 @@ inputs: description: "run.yml file" required: false default: run.yml + tests: + description: "tests to run" + required: false + default: '' runs: using: 'composite' steps: