From 570fe53b09429fbfb9cf4c6c1ba1b824be501153 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Tue, 6 Aug 2024 13:18:36 +0200 Subject: [PATCH] Attempt CI --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc6d7ed6..42477ef9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,9 @@ jobs: CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}" run: | cachix watch-exec holochain-open-dev -- nix build --no-update-lock-file --accept-flake-config -L .#file_storage_integrity - nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity | jq -r '.[].path' + pwd + ls + nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity cachix push holochain-open-dev $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity | jq -r '.[].path') cachix pin holochain-open-dev file_storage_integrity_debug $(nix path-info --json --accept-flake-config --no-warn-dirty .#file_storage_integrity | jq -r '.[].path')