change(ui): fix env
This commit is contained in:
parent
fe2307854e
commit
aba1395ae5
3 changed files with 14475 additions and 5 deletions
8
.github/workflows/ui-tests.js.yml
vendored
8
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -56,12 +56,12 @@ jobs:
|
|||
echo '{ "account": "$CY_ACC", "password": "$CY_PASS" }' >> cypress.env.json
|
||||
|
||||
- name: Setup packages
|
||||
run: npm i --legacy-peer-deps
|
||||
run: npm i -g yarn && yarn
|
||||
- name: Run unit tests
|
||||
run: npm test --if-resent
|
||||
run: yarn test
|
||||
- name: Run Frontend
|
||||
run: npm start &> server.log &
|
||||
run: yarn start &> server.log &
|
||||
- name: Wait for frontend
|
||||
run: npx wait-on http://0.0.0.0:3333
|
||||
- name: Run visual tests
|
||||
run: npm run cy:test --if-present
|
||||
run: yarn cy:test
|
||||
1
frontend/.gitignore
vendored
1
frontend/.gitignore
vendored
|
|
@ -3,7 +3,6 @@ node_modules/
|
|||
public/
|
||||
.idea
|
||||
drafts
|
||||
yarn.lock
|
||||
app/components/ui/SVG.js
|
||||
*.DS_Store
|
||||
.env
|
||||
|
|
|
|||
14471
frontend/yarn.lock
Normal file
14471
frontend/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue