Skip to content

Add unit tests

Add unit tests #168

Workflow file for this run

name: Run Tests on Branch
on:
push:
branches:
- '**'
- '!staging'
jobs:
call-tests:
uses: ./.github/workflows/reusable-tests.yml
secrets: inherit