change(ui): fix env

This commit is contained in:
nick-delirium 2023-01-19 16:41:25 +01:00 committed by Delirium
parent fe2307854e
commit aba1395ae5
3 changed files with 14475 additions and 5 deletions

View file

@ -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
View file

@ -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

File diff suppressed because it is too large Load diff