Skip to content

Use Nix installer in GH workflow #2038

Use Nix installer in GH workflow

Use Nix installer in GH workflow #2038

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop --command yarn install
- run: nix develop --command yarn -s test