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: run codegen twice #526

Merged
merged 1 commit into from
Oct 27, 2024
Merged

ci: run codegen twice #526

merged 1 commit into from
Oct 27, 2024

Conversation

hougesen
Copy link
Owner

2 runs of codegen is needed until readme table generation is decoupled from the json-schema

2 runs of codegen is needed until readme table generation is decoupled from the json-schema
@hougesen hougesen self-assigned this Oct 27, 2024
@hougesen hougesen enabled auto-merge (squash) October 27, 2024 13:45
@hougesen hougesen merged commit 92bc48e into main Oct 27, 2024
13 checks passed
@hougesen hougesen deleted the hougesen-patch-1 branch October 27, 2024 13:46
@@ -23,6 +23,8 @@ jobs:
node-version: ${{ matrix.node }}
- name: Generate stuff
run: cargo run --package mdsf-codegen
# A second run is needed until the readme generation is decoupled from the json-schema
- run: cargo run --package mdsf-codegen
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe something like this

Suggested change
- run: cargo run --package mdsf-codegen
- name: update readme (temporary hack)
run: cargo run --package mdsf-codegen

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.

2 participants