Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 14, 2024
1 parent 81216b4 commit d7e0147
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ jobs:
uses: ./.github/actions/extend-space

- name: Install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v25
with:
install_url: https://releases.nixos.org/nix/nix-2.12.0/install
extra_nix_config: |
experimental-features = flakes nix-command
nix_path: nixpkgs=channel:nixos-unstable

- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v14
with:
name: holochain-ci

- uses: cachix/cachix-action@v14
with:
name: holochain-open-dev

- name: Install and test
run: |
nix develop --command bash -c "npm i && npm t && npm run build -w ui"
Expand All @@ -41,3 +43,4 @@ jobs:
cachix watch-exec holochain-open-dev -- nix build -L .#profiles.meta.debug
cachix watch-exec holochain-open-dev -- nix build -L .#profiles
cachix pin holochain-open-dev profiles $(nix path-info .#profiles)
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7e0147

Please sign in to comment.