Skip to content

remove redundant test/helpers from dev environment #494

remove redundant test/helpers from dev environment

remove redundant test/helpers from dev environment #494

Workflow file for this run

name: nix-based-ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run npm install & build
run: nix develop --command npm install && npm run build
- name: Run tests
run: nix develop --command npm run test