change(ui): fix env
This commit is contained in:
parent
e206ae43e8
commit
a0f70f9835
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-tests.js.yml
vendored
2
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
echo "VERSION = '1.9.0'" >> .env
|
||||
echo "TRACKER_VERSION = '4.0.0'" >> .env
|
||||
echo "COMMIT_HASH = 'dev'" >> .env
|
||||
echo '{ "account": "$CY_ACC", "password": "$CY_PASS" }' >> cypress.env.json
|
||||
echo '{ "account": $CY_ACC, "password": $CY_PASS }' >> cypress.env.json
|
||||
|
||||
- name: Setup packages
|
||||
run: npm i --legacy-peer-deps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue