mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 15:40:05 +00:00
chore(build): ensure test branch of @sasjs/core is sourced by @sasjs/cli
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -73,6 +73,8 @@ jobs:
|
||||
|
||||
- name: Build & Deploy Project to SAS server
|
||||
run: npx @sasjs/cli cbd -t server
|
||||
env:
|
||||
macroCorePath: .
|
||||
|
||||
- name: Run all tests
|
||||
run: npx @sasjs/cli test -t server
|
||||
@@ -84,3 +86,4 @@ jobs:
|
||||
SAS_PASSWORD: ${{secrets.SAS_PASSWORD}}
|
||||
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
|
||||
REFRESH_TOKEN: ${{secrets.REFRESH_TOKEN}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user