From 09c1038cbde17dde62ffc0729c2abb201c3bbcd2 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Fri, 26 May 2023 10:02:07 +0300 Subject: [PATCH] chore: debugging sasjs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9014363..1aa8967 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,9 +77,9 @@ 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 + echo ./public/config.json - name: Run cypress on sasjs run: |