Skip to content

Replace Travis with GitHub actions #9

Replace Travis with GitHub actions

Replace Travis with GitHub actions #9

Workflow file for this run

on:
push:
branches: [main]
pull_request:
types: [opened, repoened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup erlang
run: cd sequential/installing && nix-shell
- run: make test PROFILE=ci