- Notifications
You must be signed in to change notification settings - Fork479
ci: simplify CI matrix and more comprehensive tests#640
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
35 commits Select commitHold shift + click to select a range
1e3eedd
ci(work-in-progress): simplify CI matrix and more comprehensive tests
haoqunjiang7ef4f77
ci: invoke cypress/playwright commands in their own project directories
haoqunjiang788e34d
ci: use filter instead of relying on working-directory due to weird b…
haoqunjiangb7417c1
ci: is it because of the `cd` command messed up the working directory?
haoqunjiang93f3eaf
ci: move playground to an outside directory to see if it works
haoqunjiang8cf9707
ci: add package.json in playground
haoqunjiang30e5c0e
ci: how about skipping playground cache?
haoqunjiang32fc1d4
ci: let's focus on test-build until it passed
haoqunjiang4c0479c
ci: forgot to add playground path
haoqunjianga2a7a3c
ci: recursive install?
haoqunjiang228b568
ci: let's see if it works without moving the directory
haoqunjiang7f3aa21
ci: must move playground; but does it work without empty package.json?
haoqunjiang53c4572
ci: is there a difference between pnpm -r i and pnpm recursive install?
haoqunjiangb10ddc7
ci: i feel it could be an pnpm issue, so change working-directory to …
haoqunjiang113f84f
ci: try work without pnpm-lock.yaml
haoqunjiangf1ddf34
chore: typo
haoqunjiang4a81afa
ci: try not moving playground again
haoqunjiang361adc0
ci: see what happens when we remove the cache
haoqunjiangca961e0
ci: is it related to the submodule thing?
haoqunjiang76ba294
ci: use standalone pnpm installation
haoqunjiang92a3818
ci: got it! it's because not checking out submodules leading to missi…
haoqunjiang6433f0b
ci: use artifact to share output
haoqunjiang4adfadc
ci: copilot generated an outdated action version!!!
haoqunjiangfa11155
ci: always install deps in root directory to avoid tsconfig warnings
haoqunjiange53aa87
ci: it's more like 'verify' than 'test'
haoqunjiang1ae6114
ci: skip typescript build in playground to speed up CI
haoqunjiang217386c
ci: use a single job to verify various scripts
haoqunjiangdb07bd2
ci: update e2e job to latest implementations
haoqunjiang98a9a26
ci: run build before test:e2e
haoqunjiangc8b8b80
ci: work-concurrency 1 for e2e test in case of race condition
haoqunjiang3dc1e2d
ci: typo
haoqunjiangf1b6684
ci: add Cypress component testing for projects without Vitest
haoqunjiang04af4bb
ci: also test nightwatch
haoqunjiangbc0bf0d
Revert "ci: also test nightwatch"
haoqunjiang34f0f0b
ci: we can add lint & format check to the CI even the snapshots aren'…
haoqunjiangFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
212 changes: 96 additions & 116 deletions.github/workflows/ci.yml
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.