From 48917bb4d961c04667213471690c78db6b50d5e8 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Mon, 10 Apr 2023 12:22:28 +0200 Subject: [PATCH] ci: sasjs tests --- sasjs-tests/sasjs-cypress-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjs-tests/sasjs-cypress-run.sh b/sasjs-tests/sasjs-cypress-run.sh index 1bbdd79..ceeb4fc 100755 --- a/sasjs-tests/sasjs-cypress-run.sh +++ b/sasjs-tests/sasjs-cypress-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -if npm run cy:run -- --spec "cypress/integration/sasjs.tests.ts" --browser chrome ; then +if npm run cy:run -- --spec "cypress/integration/sasjs.tests.ts" ; then echo "Cypress sasjs testing passed!" else echo '{"msgtype":"m.text", "body":"Automated sasjs-tests failed on the @sasjs/adapter PR: '$2'"}'