Skip to content

Commit

Permalink
Merge branch 'main' into 01/17/25-add-strategy-select-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Jan 27, 2025
2 parents 90ac7d7 + c1e8ef9 commit edc7ea2
Show file tree
Hide file tree
Showing 39 changed files with 2,687 additions and 365 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2

- run: ./prep-all.sh
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop .#tauri-shell -c ob-tauri-unit-test

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2

- run: ./prep-all.sh
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop .#tauri-shell -c ob-tauri-unit-test

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-ui-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- run: ./prep-all.sh
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop -c npm run svelte-lint-format-check
working-directory: packages/ui-components
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- run: ./prep-all.sh
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop -c npm run svelte-lint-format-check
working-directory: packages/webapp
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop -c npm run test
working-directory: packages/webapp
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}
4 changes: 4 additions & 0 deletions .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- run: ./prep-all.sh
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop .#webapp-shell -c npm run build
working-directory: packages/webapp
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- name: Install Vercel CLI
run: npm install --global vercel@canary
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vercel-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- run: ./prep-all.sh
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop .#webapp-shell -c npm run build
working-directory: packages/webapp
env:
PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- name: Install Vercel CLI
run: npm install --global vercel@canary
Expand Down
Loading

0 comments on commit edc7ea2

Please sign in to comment.