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

chore: install sasjs cli

This commit is contained in:
2023-04-06 22:31:51 +05:00
parent 06b6e48a16
commit 491e36d703

View File

@@ -69,6 +69,9 @@ jobs:
echo "CLIENT=${{secrets.SAS9_4GL_IO_CLIENT}}"> .env.4gl
echo "ACCESS_TOKEN=${{secrets.SAS9_4GL_IO_ACCESS_TOKEN}}" >> .env.4gl
- name: install sasjs/cli
run: npm i -g @sasjs/cli
- name: Deploy sasjs-tests
run: |
npm install -g replace-in-files-cli
@@ -80,7 +83,7 @@ jobs:
replace-in-files --regex='"password".*' --replacement='"password":"${{ secrets.SASJS_PASSWORD }}",' ./public/config.json
replace-in-files --regex='"serverType".*' --replacement='"serverType":"SASJS",' ./public/config.json
npm run update:adapter && npm run build
npx sasjs cbd -t 4gl
sasjs cbd -t 4gl
- name: Run cypress on sasjs
run: |