Skip to content

removed default post_commit handler #6

removed default post_commit handler

removed default post_commit handler #6

Workflow file for this run

name: "test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
testbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v27
with:
install_url: https://releases.nixos.org/nix/nix-2.23.2/install
- uses: cachix/cachix-action@v15
with:
name: holochain-ci
- name: Install and test
run: |
nix develop --command bash -c "npm install && npm run test"