1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

chore: debugging sasjs

This commit is contained in:
Yury Shkoda
2023-05-26 10:02:07 +03:00
parent 87e2449b6f
commit 09c1038cbd

View File

@@ -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: |