Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(examples): configure leptos examples to build with cargo-leptos when possible #2294

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

agilarity
Copy link
Contributor

Closes #2293

Changes

  • Running cargo make test-report now shows leptos crates that are not configured to build with cargo-leptos
  • Add ci leptos configuration for hackernews_islands_axum example

Notes

  • hackernews_js_fetch is intentionally not configured to build with cargo-leptos. It uses a custom build.

@agilarity agilarity marked this pull request as ready for review February 12, 2024 02:38
Copy link
Collaborator

@gbj gbj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! One typo I saw, otherwise LGTM.

@@ -117,13 +131,14 @@ function print_footer {
c="${BOLD}${YELLOW}C${RESET} = Cucumber Test Runner"
d="${BOLD}${YELLOW}F${RESET} = Fantoccini WebDriver"
l="${BOLD}${YELLOW}L${RESET} = Cargo Leptos"
m="${BOLD}${RED}M${RESET} = Cargo Leptos Medata Only (${ITALIC}ci is not configured to build with cargo-leptos${RESET})"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small thing but I think Medata is probably a typo from Metadata here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please commit these changes with the typo?

I will push another PR with some doc improvements.

@agilarity
Copy link
Contributor Author

agilarity commented Feb 15, 2024 via email

@gbj gbj merged commit b54aa7f into leptos-rs:main Feb 15, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci(examples): configure leptos examples to build with cargo-leptos when possible
2 participants