Skip to content

feat: add fixtures for tests #9

feat: add fixtures for tests

feat: add fixtures for tests #9

# This workflow runs tests on all non-master branches to ensure code stability and quality before merging.
name: Run Tests
on:
push:
branches-ignore:
- master
jobs:
test:
uses: ./.github/workflows/test.yml