Skip to content

fix(core): add proper test scripts #47

fix(core): add proper test scripts

fix(core): add proper test scripts #47

Workflow file for this run

name: Main - Continuous Integration
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit