Commit Graph

9 Commits

Author SHA1 Message Date
afc163
0a18e5ba41
chore: improve publish process (#48264)
* chore: improve publish process by skipping test command (#48230)

* chore: speed up publishing

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: check runs

* chore: skip test

* fix: types

* revert demo change

* fix: script

* chore: fix duplicate parts

* chore: fix duplicate parts

* chore: fix duplicate parts

* improve code

* use latest.hash

chore: download build artifacts from remote

chore: skip build when publish

chore: improve cli log

chore: fix something

chore: fix something

chore: fix something

chore: fix something

chore: fix something

chore: fix upload-build-artifacts

chore: fix needs

chore: fix needs

* chore: check map files

* chore: check package diff before publish

* chore Please use `npm publish` instead

* chore: sort-package-json

* chore: fix needs

* chore: import download process

* fix types

* fix types

* chore: update scripts

* chore: codesandbox ci

* fix token:statistic

* fix token:statistic

* fix ci

* fix ci

* chore: codesandbox ci

* fix ci

* chore: only upload when push to master
2024-04-07 19:14:44 +08:00
dependabot[bot]
1da53ec53d
chore(deps): bump actions/upload-artifact from 3 to 4 (#47287)
* chore(deps): bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update preview-build.yml

Signed-off-by: lijianan <574980606@qq.com>

* Update test.yml

Signed-off-by: lijianan <574980606@qq.com>

* test: fix Unable to upload to same artifact name from multiple jobs

https://github.com/actions/upload-artifact/issues/478#issuecomment-1885470013

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-02-02 22:38:36 +08:00
afc163
584593b138
chore: upgrade to actions/cache@v4 (#47282)
* chore: add github-actions to dependabot

* chore: upgrade to actions/cache@v4
2024-02-01 18:20:41 +08:00
vagusX
e0534a1e85
ci: fix visual-diff persist for feature branch (#46463) 2023-12-15 12:33:45 +08:00
vagusX
80ceeb6f2c
ci: feature compare to feature (#46451) 2023-12-14 17:02:31 +08:00
vagusX
c4ad37991e
ci: persist image snapshots (#46311)
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-12-07 16:35:16 +08:00
vagusX
32eccfdd88
ci: make puppeteer works when reusing node_modules (#46107)
* feat: update

* feat: add options as root user

* chore: update

* chore: update

* feat: move puppeteer into node_modules cache

* chore: update

* fix: update

* fix: typo for push

* chore: cleanup

* fix: make persist finish works

* chore: test tar speed

* chore: debug tar files

* fix: clone firstly

* fix: clone with token

* chore: local passed

* fix: commit not cm

* fix: git config --local

* chore: clean up

* chore: update

* fix: replace token to user_id
2023-11-28 19:42:35 +08:00
vagusX
8f566a028b
ci: use puppeteer image in gh actions (#46100) 2023-11-27 15:48:42 +08:00
vagusX
6b8e080b79
ci: add visual-regression presist yml for master branch (#46086)
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-27 11:22:14 +08:00