Skip to content

Commit

Permalink
Attempt CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 15, 2024
1 parent 1c69084 commit 97a1593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
run: |
cd ./nix/fixtures/module-repo
nix build -L .#my_zome
cachix push holochain-open-dev $(nix path-info .#my_zome)
nix flake update
cachix watch-exec holochain-open-dev -- nix build -L .#my_zome
sha256sum result
macos-just-get-from-cache:
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Build zomes
run: |
cd ./nix/fixtures/module-repo
nix flake update
nix build -L .#my_zome
sha256sum result

0 comments on commit 97a1593

Please sign in to comment.