Skip to content

Commit

Permalink
Update github action to allow wasm build to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Jan 14, 2025
1 parent b0ffc4b commit 1bb628f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Install and Build
run: |
yarn
yarn build:all
yarn build:wasm
sleep 25
yarn build:sdk && yarn build:create-leo-app
cd website
yarn build
env:
Expand Down

0 comments on commit 1bb628f

Please sign in to comment.