Conversation
🔧 (gitignore): add .env to ignore environment config files ♻️ (blaze/attrs): optimize attribute updates to avoid redundant DOM changes ⬆️ (test-app): upgrade Meteor release and package versions for compatibility ⬆️ (test-app): update npm dependencies to latest versions
✅ (blaze-tests.yml): improve Meteor install and test process in CI 🔧 (blaze-tests.yml): update Meteor install to use latest and set PATH via GITHUB_PATH 🔧 (blaze-tests.yml): remove ci.sh and handle all test steps in workflow file
…eadiness check 🐛 (blaze-tests.yml): fix readiness check to use log file instead of file descriptor ✅ (blaze-tests.yml): add failure handling and log output if test-in-console is not ready
…event 💡 (puppeteerRunner.js): improve browser console logging for better debugging
Collaborator
|
@wreiske thanks a lot for the love for Blaze! Let me know when its ready to review or if you need support. |
Collaborator
|
If possible, please split it into two (or more) PRs. It's weird to end up in a "CI improvements" PR when doing a bisect 😅 |
Contributor
Author
Amen! I had an itch I needed to scratch last night and tend to do a lot of things on a single PR. I'll get these split out into bite sized pieces today! 🙏 |
…n attrs.js 🔧 (test-app): remove unused test:ci script from package.json
Contributor
Author
Collaborator
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.
✅ (ci): add GitHub Actions workflow for running tests on push and PR
🔧 (gitignore): add .env to ignore environment config files
♻️ (blaze/attrs): optimize attribute updates to avoid redundant DOM changes
⬆️ (test-app): upgrade Meteor release and package versions for compatibility
⬆️ (test-app): update npm dependencies to latest versions