Skip to content

Commit

Permalink
github: use run-tests.sh to execute tests
Browse files Browse the repository at this point in the history
This way it fetches the correct parameters to run with
  • Loading branch information
razvancrainea committed Nov 24, 2023
1 parent 825fa27 commit b15fd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/Run_Test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Run All Tests
run: |
cd tests
sipssert ${{ inputs.test_set }}
SETS=${{ inputs.test_set }} sh -x ./run-all.sh
shell: bash

- name: Publish logs
Expand Down

0 comments on commit b15fd2b

Please sign in to comment.