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

fix(ci): generate the parser artifacts before cargo publish #267

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

DerekStride
Copy link
Owner

What

The cargo publish workflow failed because the parser files weren't present. By running npm ci we force the files to be generated and ensure the test suite passes before publishing the crate.

https://github.com/DerekStride/tree-sitter-sql/actions/runs/10167937438/job/28121386966

Note

In the meantime I've published v0.3.3 manually: https://crates.io/crates/tree-sitter-sequel

@DerekStride DerekStride requested review from dmfay and matthias-Q July 30, 2024 18:44
@DerekStride DerekStride self-assigned this Jul 30, 2024
@HerringtonDarkholme
Copy link
Contributor

Thanks! Appreciate your great work!

package.json Outdated Show resolved Hide resolved
@DerekStride DerekStride force-pushed the fix-publish-workflow branch from 8eb8308 to 66e754e Compare July 31, 2024 13:40
@matthias-Q matthias-Q merged commit 6f1e8bf into main Aug 1, 2024
4 checks passed
@DerekStride DerekStride deleted the fix-publish-workflow branch August 1, 2024 14:41
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.

4 participants