-
Notifications
You must be signed in to change notification settings - Fork 68
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
👷🐛 Fix github actions: publish lab-react
, publish data-grid-react
#3073
Comments
It looks like adding --force to |
Publishing lab did not work last time again so reopening this issue |
related to #3052 |
Check if we should change to NPM(node package manager). |
I was able to publish data-grid-react last week using github actions 🤷 Lets see next release if it has just randomly started working again (gh actions or "ubuntu-latest" changed?) |
Update: publishing data-grid works fine, publishing lab fails |
Looked at this with @oddvernes after updating workspace file in #3339 . The GitHub action is now running build of all packages as expected. |
Addendum: the real reason was our sparse checkout for each action which then got cached and reused in another action where other required packages was then not included. This was fixed by checking out all packages in all actions in 7f5ba6b |
For some reason lab and data-grid are not found in the building packages step
No projects matched the filters in "/home/runner/work/design-system/design-system"
No projects matched the filters in "/home/runner/work/design-system/design-system"
I'm wondering if it has anything to do with the "dist cache" step, it says
cache not found for input keys: 799bc25bbeb95d221eb91c058036ad161d711c93-dist--data-grid
these same packages are found and built in the "checks" action but that does not have the "dist cache" step in "process packages"
The text was updated successfully, but these errors were encountered: