Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

add Command.provideSync/provideEffect #465

add Command.provideSync/provideEffect

add Command.provideSync/provideEffect #465

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/setup
- run: pnpm vitest