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

ci: set TERM=dumb to suppress tput warnings

This commit is contained in:
mulahasanovic
2026-04-06 10:44:38 +02:00
parent d7053ba628
commit 72318ced00

View File

@@ -110,6 +110,8 @@ jobs:
shell: bash
- name: Run cypress on sasjs
env:
TERM: dumb
run: |
sed -i "s|sasjsTestsUrl: '.*'|sasjsTestsUrl: 'http://localhost:5173'|g" ./cypress.config.js
sed -i "s|username: '.*'|username: '${{ secrets.SASJS_USERNAME }}'|g" ./cypress.config.js