1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20:05 +00:00

ci: sasjs cli fix

This commit is contained in:
2023-06-20 11:39:19 +02:00
parent 39f700bed2
commit 4e21772207
2 changed files with 199 additions and 164 deletions

View File

@@ -51,7 +51,7 @@ jobs:
run: npm ci
- name: Check code style (aborts if errors found)
run: sasjs lint
run: npx sasjs lint
- name: Add client
run: echo "CLIENT=${{secrets.SAS9_4GL_IO_CLIENT}}"> .env.server
@@ -60,10 +60,10 @@ jobs:
run: echo "ACCESS_TOKEN=${{secrets.SAS9_4GL_IO_ACCESS_TOKEN}}" >> .env.server
- name: Build & Deploy Project to SAS server
run: sasjs cbd -t server
run: npx sasjs cbd -t server
- name: Run all tests
run: sasjs test -t server
run: npx sasjs test -t server
env:
CI: true
CLIENT: ${{secrets.CLIENT}}