Skip to content

#23 - Implement custom logging using Loguru #69

#23 - Implement custom logging using Loguru

#23 - Implement custom logging using Loguru #69

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [main]
jobs:
test:
name: PR Tests
uses: ./.github/workflows/test_suite.yml
with:
ref: ${{ github.ref }}
secrets: inherit