1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

chore: debugging sasjs

This commit is contained in:
Yury Shkoda
2023-05-26 09:52:37 +03:00
parent c6b927c525
commit 87e2449b6f

View File

@@ -22,17 +22,17 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Check npm audit
run: npm audit --production --audit-level=low
# - name: Check npm audit
# run: npm audit --production --audit-level=low
- name: Install Dependencies
run: npm ci
- name: Check code style
run: npm run lint
# - name: Check code style
# run: npm run lint
- name: Run unit tests
run: npm test
# - name: Run unit tests
# run: npm test
- name: Build Package
run: npm run package:lib
@@ -77,6 +77,7 @@ jobs:
replace-in-files --regex='"userName".*' --replacement='"userName":"${{ secrets.SASJS_USERNAME }}",' ./public/config.json
replace-in-files --regex='"password".*' --replacement='"password":"${{ secrets.SASJS_PASSWORD }}",' ./public/config.json
replace-in-files --regex='"serverType".*' --replacement='"serverType":"SASJS",' ./public/config.json
echo ./public/config.json
npm run update:adapter
pm2 start --name sasjs-test npm -- start