Skip to content

Commit

Permalink
Install the create-react-admin command after building it
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 11, 2024
1 parent 389aeb5 commit 506fc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
install-command: yarn --immutable
# TODO: remove once latest create-react-admin is released
- name: Build create-react-admin
run: make build-create-react-admin
run: make build-create-react-admin install
- name: Create new project
run: ./node_modules/.bin/create-react-admin myadmin --data-provider ra-data-fakerest --auth-provider local-auth-provider --install npm
- name: Run the tests
Expand Down

0 comments on commit 506fc08

Please sign in to comment.