From 5a3a9c033a2bfc5c12e8d1721e5c417f081d6f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 5 Apr 2024 22:02:01 +0200 Subject: [PATCH] add 2 more examples --- .github/workflows/workflow-wasm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-wasm.yml b/.github/workflows/workflow-wasm.yml index 40ef8c7e..e4fc29d9 100644 --- a/.github/workflows/workflow-wasm.yml +++ b/.github/workflows/workflow-wasm.yml @@ -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 + xvfb-run cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test lighting 2d_shape ui - name: Run examples if: runner.os == 'macos' @@ -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 + cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test lighting 2d_shape ui - name: Save screenshots uses: actions/upload-artifact@v4