Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
haoqunjiang merged 35 commits intovuejs:mainfromhaoqunjiang:ci-simplify-matrix
Dec 19, 2024
Merged
Changes from1 commit
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
haoqunjiangDec 18, 2024
7ef4f77
ci: invoke cypress/playwright commands in their own project directories
haoqunjiangDec 18, 2024
788e34d
ci: use filter instead of relying on working-directory due to weird b…
haoqunjiangDec 18, 2024
b7417c1
ci: is it because of the `cd` command messed up the working directory?
haoqunjiangDec 18, 2024
93f3eaf
ci: move playground to an outside directory to see if it works
haoqunjiangDec 18, 2024
8cf9707
ci: add package.json in playground
haoqunjiangDec 18, 2024
30e5c0e
ci: how about skipping playground cache?
haoqunjiangDec 18, 2024
32fc1d4
ci: let's focus on test-build until it passed
haoqunjiangDec 18, 2024
4c0479c
ci: forgot to add playground path
haoqunjiangDec 18, 2024
a2a7a3c
ci: recursive install?
haoqunjiangDec 18, 2024
228b568
ci: let's see if it works without moving the directory
haoqunjiangDec 18, 2024
7f3aa21
ci: must move playground; but does it work without empty package.json?
haoqunjiangDec 18, 2024
53c4572
ci: is there a difference between pnpm -r i and pnpm recursive install?
haoqunjiangDec 18, 2024
b10ddc7
ci: i feel it could be an pnpm issue, so change working-directory to …
haoqunjiangDec 18, 2024
113f84f
ci: try work without pnpm-lock.yaml
haoqunjiangDec 18, 2024
f1ddf34
chore: typo
haoqunjiangDec 18, 2024
4a81afa
ci: try not moving playground again
haoqunjiangDec 18, 2024
361adc0
ci: see what happens when we remove the cache
haoqunjiangDec 18, 2024
ca961e0
ci: is it related to the submodule thing?
haoqunjiangDec 18, 2024
76ba294
ci: use standalone pnpm installation
haoqunjiangDec 18, 2024
92a3818
ci: got it! it's because not checking out submodules leading to missi…
haoqunjiangDec 18, 2024
6433f0b
ci: use artifact to share output
haoqunjiangDec 18, 2024
4adfadc
ci: copilot generated an outdated action version!!!
haoqunjiangDec 18, 2024
fa11155
ci: always install deps in root directory to avoid tsconfig warnings
haoqunjiangDec 18, 2024
e53aa87
ci: it's more like 'verify' than 'test'
haoqunjiangDec 18, 2024
1ae6114
ci: skip typescript build in playground to speed up CI
haoqunjiangDec 18, 2024
217386c
ci: use a single job to verify various scripts
haoqunjiangDec 18, 2024
db07bd2
ci: update e2e job to latest implementations
haoqunjiangDec 18, 2024
98a9a26
ci: run build before test:e2e
haoqunjiangDec 18, 2024
c8b8b80
ci: work-concurrency 1 for e2e test in case of race condition
haoqunjiangDec 18, 2024
3dc1e2d
ci: typo
haoqunjiangDec 18, 2024
f1b6684
ci: add Cypress component testing for projects without Vitest
haoqunjiangDec 19, 2024
04af4bb
ci: also test nightwatch
haoqunjiangDec 19, 2024
bc0bf0d
Revert "ci: also test nightwatch"
haoqunjiangDec 19, 2024
34f0f0b
ci: we can add lint & format check to the CI even the snapshots aren'…
haoqunjiangDec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
ci: use filter instead of relying on working-directory due to weird b…
…ehavior
  • Loading branch information
@haoqunjiang
haoqunjiang committedDec 18, 2024
commit788e34daa00aa80e79d71a2e62d645f11e87338b
10 changes: 5 additions & 5 deletions.github/workflows/ci.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -170,15 +170,15 @@ jobs:

- name: Download Cypress
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
working-directory: ./playground/cypress
working-directory: ./playground
run: |
pnpm exec cypress cache list
pnpm exec cypress install
pnpm--filter "{cypress}"exec cypress cache list
pnpm--filter "{cypress}"exec cypress install

- if: ${{ contains(matrix.e2e-framework, 'playwright') }}
name: Install Playwright dependencies
working-directory: ./playground/playwright
run:npx playwright install --with-deps
working-directory: ./playground
run:pnpm --filter "{playwright}" exec playwright install --with-deps

# Run `test:e2e` in project folders contain `matrix.e2e-framework`
- name: Run e2e test script
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp