Big refactoring of Trace_Call where all params have been moved into a… #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name : Run Unit Tests | |
on: | |
push | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Dependencies | |
uses: ./.github/actions/install-dependencies | |
- name: Run Unit Tests | |
uses: ./.github/actions/run-unit-tests | |
with: | |
codecov_token : ${{ secrets.CODECOV_TOKEN }} | |
package_name : ${{ secrets.PACKAGE_NAME }} | |