1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-04 11:10:05 +00:00

chore: quick fix

This commit is contained in:
2023-04-08 01:13:11 +05:00
parent b75ab13eb7
commit e951ea0ab2
2 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if npm run cypress ; 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'"}'