Skip to content

Create validate workflow to run component tests#237

Merged
rwood-moz merged 1 commit intomainfrom
testing/add-validate-ci
Mar 19, 2026
Merged

Create validate workflow to run component tests#237
rwood-moz merged 1 commit intomainfrom
testing/add-validate-ci

Conversation

@rwood-moz
Copy link
Copy Markdown
Contributor

@rwood-moz rwood-moz commented Mar 18, 2026

Now that some vue.js mounted component tests exist (and more are being developed via #190) create a GHA workflow to run the tests in CI on PRs. Fixes #236.

Results from this PR running the component tests automatically in CI (see PR checks below):

Screenshot 2026-03-18 at 2 03 00 PM

@rwood-moz rwood-moz force-pushed the testing/add-validate-ci branch 3 times, most recently from b4fab4f to 1fc2c5a Compare March 18, 2026 17:59
@rwood-moz rwood-moz force-pushed the testing/add-validate-ci branch from 1fc2c5a to ee3d223 Compare March 18, 2026 18:01
@rwood-moz rwood-moz changed the title WIP: Create validate workflow to run component tests Create validate workflow to run component tests Mar 18, 2026
@rwood-moz rwood-moz marked this pull request as ready for review March 18, 2026 18:04
@rwood-moz rwood-moz requested a review from aatchison March 18, 2026 18:05
outputs:
validate-src: ${{ steps.check.outputs.validate-src }}
steps:
- uses: actions/checkout@v4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Awesome!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thank you 🙏

@rwood-moz rwood-moz merged commit 7e11211 into main Mar 19, 2026
3 checks passed
@rwood-moz rwood-moz deleted the testing/add-validate-ci branch March 19, 2026 14:31
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.

Create validate workflow to run vue.js comonent tests

2 participants