Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: split and group .github/action by features #9574

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Conversation

jerrykingxyz
Copy link
Contributor

@jerrykingxyz jerrykingxyz commented Mar 6, 2025

Summary

  1. Split pnpm-cache action to setup, install-dependencies and install-binding-dependencies.
- |-- pnpm-cache
- |   `-- action.yml
+ `-- pnpm
+   |-- install-dependencies
+   |   `-- action.yml
+   |-- install-binding-dependencies
+   |   `-- action.yml
+   `-- setup
+       `-- action.yml
  1. move upload-artifact and download-artifact to artifact
- |-- upload-artifact
- |   `-- action.yml
- |-- download-artifact
- |   `-- action.yml
+ `-- artifact
+   |-- download
+   |   `-- action.yml
+   `-- upload
+       `-- action.yml
  1. extracting cache action to work with self-hosted runners

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Sorry, something went wrong.

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Mar 6, 2025
Copy link

netlify bot commented Mar 6, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 13fb306
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/67c964ea31c0b40008e46bfc

Copy link

codspeed-hq bot commented Mar 6, 2025

CodSpeed Performance Report

Merging #9574 will not alter performance

Comparing jerry/ci (13fb306) with main (ee92344)

🎉 Hooray! codspeed-rust just leveled up to 2.7.2!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

Summary

✅ 8 untouched benchmarks

@jerrykingxyz jerrykingxyz merged commit 9cdccf7 into main Mar 6, 2025
29 checks passed
@jerrykingxyz jerrykingxyz deleted the jerry/ci branch March 6, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants