diff --git a/.github/actions/tests/action.yml b/.github/actions/tests/action.yml index d3553a5..d03c766 100644 --- a/.github/actions/tests/action.yml +++ b/.github/actions/tests/action.yml @@ -2,7 +2,7 @@ name: Run Tests description: Run tests, linting, coverage, docs check runs: - using: "bash" + using: "composite" steps: - name: Check-out repository