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

fix: avoiding running tests on viya

This commit is contained in:
Allan Bowe
2022-04-14 11:14:35 +00:00
parent 969f551e10
commit 134b91f266
3 changed files with 353 additions and 2115 deletions

2450
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,14 +26,16 @@
"homepage": "https://core.sasjs.io", "homepage": "https://core.sasjs.io",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "sasjs cbd -t viya", "build": "sasjs cbd -t server",
"docs": "sasjs doc -t docsonly && ./sasjs/utils/build.sh", "docs": "sasjs doc -t docsonly && ./sasjs/utils/build.sh",
"test": "sasjs test -t viya", "test": "sasjs test -t server",
"lint": "sasjs lint", "lint": "sasjs lint",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true" "prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
}, },
"devDependencies": { "devDependencies": {
"@sasjs/cli": "3.6.0", "@sasjs/cli": "^3.13.0"
"@sasjs/core": "4.4.7" },
"dependencies": {
"@sasjs/core": "^4.18.13"
} }
} }

View File

@@ -25,16 +25,16 @@
"mcTestAppLoc": "/Public/temp/macrocore" "mcTestAppLoc": "/Public/temp/macrocore"
} }
}, },
"defaultTarget": "viya", "defaultTarget": "server",
"targets": [ "targets": [
{ {
"name": "viya", "name": "viya",
"serverUrl": "https://sas.analytium.co.uk", "serverUrl": "",
"serverType": "SASVIYA", "serverType": "SASVIYA",
"httpsAgentOptions": { "httpsAgentOptions": {
"allowInsecureRequests": false "allowInsecureRequests": false
}, },
"appLoc": "/Public/temp/macrocore", "appLoc": "/Public/app/macrocore",
"macroFolders": [ "macroFolders": [
"viya", "viya",
"tests/viyaonly" "tests/viyaonly"
@@ -65,7 +65,7 @@
}, },
{ {
"name": "server", "name": "server",
"serverUrl": "", "serverUrl": "https://sas.analytium.co.uk:5000",
"serverType": "SASJS", "serverType": "SASJS",
"httpsAgentOptions": { "httpsAgentOptions": {
"allowInsecureRequests": false "allowInsecureRequests": false