Skip to content

Commit

Permalink
rename ui example to testbed_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf authored Nov 8, 2024
1 parent fe6e988 commit 81e4b27
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 @@ -103,7 +103,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 2d_shapes ui bloom_2d atmospheric_fog pbr split_screen
xvfb-run cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test 2d_shapes testbed_ui bloom_2d atmospheric_fog pbr split_screen
- name: Run examples
if: runner.os == 'macos'
Expand All @@ -112,7 +112,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 2d_shapes ui bloom_2d atmospheric_fog pbr split_screen
cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test 2d_shapes testbed_ui bloom_2d atmospheric_fog pbr split_screen
- name: Save screenshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 81e4b27

Please sign in to comment.