Skip to content

Call test script in workflow #26

Call test script in workflow

Call test script in workflow #26

Workflow file for this run

name: "Run tests"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- run: nix develop --command bash -c bin/run-tests.sh