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

Compare commits

...

10 Commits

Author SHA1 Message Date
Trevor Moody
641966eed8 Merge pull request #410 from sasjs/bumpNodeVersionForTest
fix(test): bumped Node to lts/iron (v20.x.x) for tests
2025-12-16 15:03:41 +00:00
github-actions
16922c525c chore: updating all.sas 2025-12-16 13:27:30 +00:00
Trevor Moody
f315f803db Merge branch 'bumpNodeVersionForTest' of github.com:sasjs/core into bumpNodeVersionForTest 2025-12-16 13:26:33 +00:00
Trevor Moody
bae5431d24 chore(build): ensure test branch of @sasjs/core is sourced by @sasjs/cli 2025-12-16 13:26:07 +00:00
Trevor Moody
76728cbc6c fix: corrected dependent macro name 2025-12-16 13:23:23 +00:00
github-actions
a221a706b4 chore: updating all.sas 2025-12-10 17:22:58 +00:00
Trevor Moody
f3b712ecee fix(test): bumped Node to lts/iron (v20.x.x) for tests 2025-12-10 17:22:22 +00:00
Allan Bowe
db15c66e68 Merge pull request #409 from sasjs/build/disable-npm-scripts
Disable npm scripts
2025-12-09 16:10:45 +00:00
github-actions
62796ab6e6 chore: updating all.sas 2025-12-09 15:30:06 +00:00
mulahasanovic
7eca3b5e07 build(security): disable npm install scripts 2025-12-09 16:26:15 +01:00
3 changed files with 7 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [lts/hydrogen]
node-version: [lts/iron]
steps:
- uses: actions/checkout@v2
@@ -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}}

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-scripts=true

View File

@@ -3,10 +3,10 @@
@brief Testing mx_testservice.sas macro
Be sure to run <code>%let mcTestAppLoc=/Public/temp/macrocore;</code> when
runnin in Studio
running in Studio
<h4> SAS Macros </h4>
@li mp_createwebservice.sas
@li mx_createwebservice.sas
@li mx_testservice.sas
@li mp_assert.sas