Summary
Jobs
get-leptos-changed
get-examples-matrix
CI (examples/action-form-error-handling)
CI (examples/axum_js_ssr)
CI (examples/counter)
CI (examples/counter_isomorphic)
CI (examples/counter_url_query)
CI (examples/counter_without_macros)
CI (examples/counters)
CI (examples/directives)
CI (examples/error_boundary)
CI (examples/errors_axum)
CI (examples/fetch)
CI (examples/hackernews)
CI (examples/hackernews_axum)
CI (examples/hackernews_islands_axum)
CI (examples/hackernews_js_fetch)
CI (examples/islands)
CI (examples/islands_router)
CI (examples/js-framework-benchmark)
CI (examples/parent_child)
CI (examples/portal)
CI (examples/router)
CI (examples/server_fns_axum)
CI (examples/slots)
CI (examples/spread)
CI (examples/ssr_modes)
CI (examples/ssr_modes_axum)
CI (examples/static_routing)
CI (examples/stores)
CI (examples/suspense_tests)
CI (examples/tailwind_actix)
CI (examples/tailwind_axum)
CI (examples/tailwind_csr)
CI (examples/timer)
CI (examples/todo_app_sqlite)
CI (examples/todo_app_sqlite_axum)
CI (examples/todo_app_sqlite_csr)
CI (examples/todomvc)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Examples
on:
push:
branches:
- main
- leptos_0.6
pull_request:
branches:
- main
- leptos_0.6
jobs:
get-leptos-changed:
uses: ./.github/workflows/get-leptos-changed.yml
get-examples-matrix:
uses: ./.github/workflows/get-examples-matrix.yml
test:
name: CI
needs: [get-leptos-changed, get-examples-matrix]
if: needs.get-leptos-changed.outputs.leptos_changed == 'true'
strategy:
matrix: ${{ fromJSON(needs.get-examples-matrix.outputs.matrix) }}
fail-fast: false
uses: ./.github/workflows/run-cargo-make-task.yml
with:
directory: ${{ matrix.directory }}
cargo_make_task: "ci"
toolchain: stable
You can’t perform that action at this time.