Skip to content

Commit

Permalink
Merge pull request #13 from dxc-technology/jcheng-fixing-test
Browse files Browse the repository at this point in the history
Jcheng fixing test
  • Loading branch information
mawelCaballero authored Oct 13, 2020
2 parents aa14d24 + 7e4d687 commit d93452f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

- name: Install lib dependencies
run: cd ./projects/diaas-angular-cdk-hal && rm -rf node_modules && npm install && npm run generate-lib


- name: Install dependencies
run: cd . && rm -rf node_modules && npm install

- name: Test library
run: cd ./projects/diaas-angular-cdk-hal && npm run test

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"babel-jest": "^24.8.0",
"emotion": "10.0.27",
"hammerjs": "^2.0.8",
"jest-preset-angular": "^7.1.1",
"jest-preset-angular": "7.1.1",
"moment": "^2.24.0",
"ngx-mask": "^8.0.2",
"ngx-monaco-editor": "^8.1.1",
Expand All @@ -62,7 +62,6 @@
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"jest": "^26.1.0",
"jest-preset-angular": "^8.2.1",
"json-server": "^0.16.1",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
Expand Down

0 comments on commit d93452f

Please sign in to comment.