feat: ✨ add reusable-test-copier workflow#294
Merged
lwjohnst86 merged 2 commits intomainfrom Aug 24, 2025
Merged
Conversation
martonvago
commented
Aug 19, 2025
Comment on lines
+16
to
+17
| - name: Set up Quarto | ||
| uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9 |
Contributor
Author
There was a problem hiding this comment.
Not all templates need Quarto -- should this be conditional?
Member
There was a problem hiding this comment.
Hmm, good point! Yea, having an input arg in workflow_call for it would be awesome!
martonvago
commented
Aug 19, 2025
2 tasks
lwjohnst86
requested changes
Aug 20, 2025
Member
lwjohnst86
left a comment
There was a problem hiding this comment.
Just adding a conditional for Quarto and otherwise looks nice!
Comment on lines
+16
to
+17
| - name: Set up Quarto | ||
| uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9 |
Member
There was a problem hiding this comment.
Hmm, good point! Yea, having an input arg in workflow_call for it would be awesome!
lwjohnst86
added a commit
to seedcase-project/template-data-package
that referenced
this pull request
Aug 20, 2025
# Description This PR switches over to the `reusable-test-copier` workflow. Depends on seedcase-project/.github#294 and #150 Closes #65 This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all` Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
Contributor
Author
|
I hope I added it correctly 🤞 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a
reusable-test-copierworkflow. Copied from https://github.com/seedcase-project/template-website/blob/main/.github/workflows/test.ymlThis PR needs a medium-depth review.