Skip to content

Update vitest monorepo to v2.1.5 (#777) #2259

Update vitest monorepo to v2.1.5 (#777)

Update vitest monorepo to v2.1.5 (#777) #2259

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- run: nix develop --command yarn install
- run: nix develop --command yarn pack
- run: nix develop --command yarn test