Skip to content

Commit

Permalink
also fix 'Build VRL Playground' step
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Mar 3, 2025
1 parent c27711f commit deecef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
if: needs.changes.outputs.source == 'true' || needs.changes.outputs.dependencies == 'true'
run: |
cd lib/vector-vrl/web-playground/
wasm-pack build --target web --out-dir public/pkg
# The following needs to install `wasm32-unknown-unknown`.
sudo -E wasm-pack build --target web --out-dir public/pkg
# This is a required status check, so it always needs to run if prior jobs failed, in order to mark the status correctly.
all-checks:
Expand Down

0 comments on commit deecef8

Please sign in to comment.