From cc8be9c4fc5c4a55e61174f30a4f2667451fd9ff Mon Sep 17 00:00:00 2001 From: highonhopium Date: Tue, 19 Nov 2024 17:26:22 +0000 Subject: [PATCH] fixing tauri release workflow --- .github/workflows/tauri-release.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index 7cf362a27..b5db452bc 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -59,9 +59,8 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 submodules: recursive - + fetch-depth: 0 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v4 - uses: DeterminateSystems/magic-nix-cache-action@v2 @@ -77,10 +76,16 @@ jobs: - run: nix develop -c rainix-sol-prelude - run: nix develop -c rainix-rs-prelude - run: nix develop -c raindex-prelude - - run: nix develop -c npm run build - run: nix develop .#tauri-shell -c ob-tauri-prelude + - run: nix develop -c npm run build + working-directory: packages/orderbook + - run: nix develop -c npm run build + working-directory: packages/ui-components + + - run: nix develop .#tauri-shell -c ob-tauri-unit-test + - run: nix develop .#tauri-shell --command ob-tauri-before-build-ci working-directory: ./tauri-app env: