Skip to content

chore: Merge changes from main #471

chore: Merge changes from main

chore: Merge changes from main #471

Workflow file for this run

name: Test Unittest
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0