Skip to content

Commit

Permalink
Merge pull request #17 from rajnishdargan/5.4.0-to-main
Browse files Browse the repository at this point in the history
Issue #IQ-320 feat: merging 5.4.0 to main
  • Loading branch information
pallakartheekreddy authored Mar 15, 2023
2 parents 67fa3a3 + 0e7afa8 commit d636810
Show file tree
Hide file tree
Showing 202 changed files with 34,723 additions and 13,166 deletions.
14 changes: 12 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test-cases:
working_directory: ~/sunbird-collection-editor
machine:
image: ubuntu-1604:202101-01
image: ubuntu-2004:202010-01
steps:
- checkout:
path: ~/sunbird-collection-editor
Expand All @@ -20,7 +20,7 @@ jobs:
command: 'node --version'
- run:
name: Installing angular cli
command: 'npm install -g @angular/cli@6.0.8 --no-progress'
command: 'npm install -g @angular/cli@12.2.18 --no-progress'
#~ - restore_cache:
#~ key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand All @@ -35,6 +35,16 @@ jobs:
- run:
name: Executing test cases
command: 'npm run test-coverage | tee /tmp/logs/test_cases.log'
- run:
name: Install Node.js v14.20.0 with build in nvm tool
command: |
export NVM_DIR="/opt/circleci/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install v14 && nvm use 14 && nvm alias default 14
node -v
- run:
name: Alter Node version
command: 'node --version'
- run:
name: Install sonar scanner
command: npm install -g sonarqube-scanner
Expand Down
Loading

0 comments on commit d636810

Please sign in to comment.