Skip to content

Commit

Permalink
.github: revert broken changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 1, 2024
1 parent 9db0b85 commit 4cd078c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
strategy:
fail-fast: false
matrix: ${{fromJson(needs.setup-matrix.outputs.matrix)}}

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -39,4 +38,6 @@ jobs:
uses: OpenSIPS/SIPssert/actions/Prepare_SIPssert@main

- name: Run Tests
uses: OpenSIPS/SIPssert/actions/Run_tests@main
uses: ./sipssert/actions/Run_Test
with:
tests: ${{ matrix.tests }}

0 comments on commit 4cd078c

Please sign in to comment.