This commit is contained in:
Aleksandr Kraiz
2023-02-10 18:28:26 +04:00
parent 2b81fd88c2
commit e34b405d45
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
node-version: '18.x'
- run: npm ci
- run: npm run build
- run: npm test
# - run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com
- name: Github package registry authentication

View File

@@ -14,7 +14,7 @@ jobs:
node-version: '18.x'
- run: npm ci
- run: npm run build
- run: npm test
# - run: npm test
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com
- name: Github package registry authentication