Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 19, 2024
1 parent 01cb718 commit aaee28b
Show file tree
Hide file tree
Showing 29 changed files with 232 additions and 253 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Extend space
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: Test app template
run: |
nix develop --command bash -c "sh run_test_app.sh"
Expand Down
130 changes: 65 additions & 65 deletions flake.lock

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

Loading

0 comments on commit aaee28b

Please sign in to comment.