Skip to content

Commit

Permalink
upd webitel-ui [WTEL-3933], unit tests check moved to github
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 16, 2023
1 parent d0615be commit cf66ae0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Workspace CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run test:unit
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test:unit
# npm run test:unit
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^23.12.16",
"@webitel/ui-sdk": "^23.12.20",
"axios": "^0.27.1",
"clipboard-copy": "^4.0.1",
"core-js": "^3.6.4",
Expand Down

0 comments on commit cf66ae0

Please sign in to comment.