Skip to content

Merge branch 'main' of https://github.com/tim-smart/effect-rx #133

Merge branch 'main' of https://github.com/tim-smart/effect-rx

Merge branch 'main' of https://github.com/tim-smart/effect-rx #133

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
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/setup
- run: pnpm vitest