Skip to content

Commit

Permalink
better pick of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 5, 2024
1 parent 9d41bf1 commit 54ec8dd
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 @@ -90,7 +90,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_shapes ui
xvfb-run cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test 2d_shapes ui bloom_2d 3d_shapes atmospheric_fog pbr split_screen log_layers_ecs
- name: Run examples
if: runner.os == 'macos'
Expand All @@ -99,7 +99,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_shapes ui
cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test 2d_shapes ui bloom_2d 3d_shapes atmospheric_fog pbr split_screen log_layers_ecs
- name: Save screenshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 54ec8dd

Please sign in to comment.