diff --git a/cypress.json b/cypress.json index 9c3a1f2..a69af2c 100644 --- a/cypress.json +++ b/cypress.json @@ -8,4 +8,4 @@ "screenshotOnRunFailure": false, "testingFinishTimeout": 600000 } -} \ No newline at end of file +} diff --git a/sasjs-cypress-run.sh b/sasjs-cypress-run.sh index ff09a49..c363020 100755 --- a/sasjs-cypress-run.sh +++ b/sasjs-cypress-run.sh @@ -7,4 +7,4 @@ else # curl -X POST --data-urlencode "payload={\"channel\":\"#sasjs\", \"username\":\"GitHub CI\", \"text\":\"Publish of a @sasjs/adapter has been canceled because of the failing sasjs-tests!\", \"icon_emoji\":\":warning:\"}" $1 echo "Cypress sasjs testing failed!" exit 1 -fi \ No newline at end of file +fi