Skip to content

Commit

Permalink
use current bumps source code to build client
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Nov 21, 2024
1 parent 4565664 commit 9b39b58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-webview-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,28 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Checkout bumps source
uses: actions/checkout@v4
with:
repository: bumps/bumps
sparse-checkout: 'bumps/webview/client'
path: bumps

- name: Set up Bun
uses: oven-sh/setup-bun@v2

- name: Install packages
run: bun install

- name: Use bumps code from source
run: |
cd ../../../bumps/bumps/webview/client
bun install
bun link
cd ../../../../refl1d/webview/client
bun link bumps-webview-client
- name: Run test
run: bun run build

Expand Down

0 comments on commit 9b39b58

Please sign in to comment.