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(ui): install node-gyp as ui install step #14142

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/cypress-integration-tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ jobs:
- name: Start Server and Ingest Sample Data
env:
INGESTION_DEPENDENCY: "all"
run: |
yarn global add node-gyp
./docker/run_local_docker.sh -d mysql
run: ./docker/run_local_docker.sh -d mysql
timeout-minutes: 60

- name: Run Cypress Tests
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
"url": "https://github.com/open-metadata/OpenMetadata.git"
},
"devDependencies": {
"quicktype": "^17.0.6"
"quicktype": "^17.0.6",
"node-gyp": "^10.0.1"
},
"scripts": {
"preinstall": "yarn global add node-gyp",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
Loading
Loading