From 87e2449b6fe9c10f7445afd3d74925c5a3f9f8b1 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Fri, 26 May 2023 09:52:37 +0300 Subject: [PATCH] chore: debugging sasjs --- .github/workflows/build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04ff578..9014363 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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