Skip to content

Commit

Permalink
Merge branch 'main' into move-tanstackapptable
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam authored Nov 20, 2024
2 parents ff48dbb + cae4c78 commit a08249d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit a08249d

Please sign in to comment.