Skip to content

Commit

Permalink
Update Dependencies main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m7modSy authored Dec 4, 2023
1 parent 2f64c4b commit 9d28290
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:

- name: Install dependencies
run: npm install
npm install @mui/material @emotion/react @emotion/styled
npm install --save-dev @testing-library/react
npm i --save-dev @testing-library/jest-dom
npm install eslint --save-dev
npm install eslint-config-standard --save-dev
npm install eslint@latest eslint-config-standard@latest --save-dev


- name: Run tests
run: npm test
run: npm run test

- name: Run linting
run: npm run lint
Expand Down

0 comments on commit 9d28290

Please sign in to comment.