From 491e36d703d1ccba6305f4123c9675af306a7cf8 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Thu, 6 Apr 2023 22:31:51 +0500 Subject: [PATCH] chore: install sasjs cli --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71aa5e6..02b92ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |