We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7fd8 commit 3674895Copy full SHA for 3674895
.circleci/config.yml
@@ -808,12 +808,11 @@ jobs:
808
- run:
809
name: Run install all dependencies
810
command: |
811
- # yarn install
812
- # yarn --cwd redisinsight/api install
813
- # yarn --cwd tests/e2e install
+ yarn install
+ yarn --cwd redisinsight/api install
+ yarn --cwd tests/e2e install
814
# Install plugins dependencies
815
export pluginsOnlyInstall=1
816
- # yarn build:statics
817
bash ./scripts/build-statics.sh
818
819
name: Generate licenses csv files and send csv data to google sheet
0 commit comments