Skip to content

Commit

Permalink
gzipped wallet.wasm?
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Apr 8, 2024
1 parent be1defc commit ce23cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run e2e tests vs dfx ${{ matrix.dfx }}
run: |
export DFX_WALLET_WASM=$GITHUB_WORKSPACE/target/wasm32-unknown-unknown/release/wallet-opt.wasm
export DFX_WALLET_WASM=$GITHUB_WORKSPACE/target/wasm32-unknown-unknown/release/wallet-opt.wasm.gz
export assets=$GITHUB_WORKSPACE/e2e/assets
bats e2e/bash/*.bash
Expand Down
2 changes: 1 addition & 1 deletion wallet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "$STATUS" -eq "0" ]; then
target/wasm32-unknown-unknown/release/wallet.wasm \
-o target/wasm32-unknown-unknown/release/wallet-opt.wasm \
shrink

gzip -kf target/wasm32-unknown-unknown/release/wallet-opt.wasm
true
else
echo Could not install ic-wasm.
Expand Down

0 comments on commit ce23cea

Please sign in to comment.