Skip to content

Commit

Permalink
fix example name
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 5, 2024
1 parent 145792d commit ddf0b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# start a webserver
python3 -m http.server --directory examples/wasm &
xvfb-run cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test lighting 2d_shape ui
xvfb-run cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test lighting 2d_shapes ui
- name: Run examples
if: runner.os == 'macos'
Expand All @@ -98,7 +98,7 @@ jobs:
# start a webserver
python3 -m http.server --directory examples/wasm &
cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test lighting 2d_shape ui
cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test lighting 2d_shapes ui
- name: Save screenshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ddf0b36

Please sign in to comment.