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

create-react-admin gh action to test new apps #9580

Merged
merged 7 commits into from
Jan 25, 2024

Conversation

djhi
Copy link
Collaborator

@djhi djhi commented Jan 11, 2024

Problem

When working on react-admin, we have our dependencies pinned and we may not see errors that may happen with more recent versions of those dependencies like what happened with react-router.

Solution

Introduce a github action running on new tagged releases that will create a new app using create-react-admin and run some basic tests on it.

Follow #9578

.github/workflows/test.yml Outdated Show resolved Hide resolved
steps:
- name: Checkout
uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (non-blocking): I'm just wondering why not using the latest versionactions/checkout@v4

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the same we already have

@slax57 slax57 added this to the 5.0.0 milestone Jan 25, 2024
@slax57 slax57 merged commit 37180e4 into next Jan 25, 2024
12 checks passed
@slax57 slax57 deleted the create-react-admin-gh-action branch January 25, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants