Skip to content

Added another major feature to Trace_Call: the ability to capture and… #103

Added another major feature to Trace_Call: the ability to capture and…

Added another major feature to Trace_Call: the ability to capture and… #103

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 }}