diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index bd7ce8b..5b6ae4d 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -25,3 +25,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Send Slack message + run: curl -X POST --data-urlencode "payload={\"channel\":\"#sasjs\", \"username\":\"GitHub CI\", \"text\":\"New version of @sasjs/adapter has been released! \n Please deploy and run `dctests` with new adapter to make sure everything is still in place.\", \"icon_emoji\":\":rocket:\"}" ${{ secrets.SLACK_WEBHOOK }} diff --git a/cypress.json b/cypress.json deleted file mode 100644 index 292b9ae..0000000 --- a/cypress.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "defaultCommandTimeout": 10000, - "chromeWebSecurity": false, - "screenshotOnRunFailure": false, - "env": { - "serverUrl": "", - "appLoc": "/Public/app", - "serverType": "SAS9", - "debug": false, - "username": "", - "password": "" - } -} diff --git a/docs/classes/root.contextmanager.html b/docs/classes/root.contextmanager.html index f30de72..a006416 100644 --- a/docs/classes/root.contextmanager.html +++ b/docs/classes/root.contextmanager.html @@ -124,15 +124,15 @@

constructor

Returns ContextManager

@@ -182,8 +164,8 @@