Skip to content

Commit

Permalink
github: fix the way to filter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 30, 2024
1 parent 6c1e51b commit 8921933
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:

- name: Run Test
uses: ./sipssert/actions/Run_Test
with:
tests: ${{ matrix.tests }}
4 changes: 4 additions & 0 deletions actions/Run_Test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8921933

Please sign in to comment.