Skip to content

Commit

Permalink
chore(ui): install node-gyp as ui install step (#14142)
Browse files Browse the repository at this point in the history
* chore(ui): install node-gyp as ui install step

* enable logs

* add pre-install for root
  • Loading branch information
chirag-madlani authored Nov 28, 2023
1 parent b6b337e commit e2043a3
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 4 deletions.
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

0 comments on commit e2043a3

Please sign in to comment.