Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m7modSy authored Dec 4, 2023
1 parent 2becd3c commit 918017b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:

- name: Install Jest-dom
run: npm i --save-dev @testing-library/jest-dom


- name: Run tests
run: npm test

- name: Install eslint
run: npm install eslint --save-dev

Expand All @@ -39,12 +42,6 @@ jobs:
- name: Update eslint-config-standard
run: npm install eslint@latest eslint-config-standard@latest --save-dev

- name: Run tests
run: npm test

- name: Run linting
run: npm run lint

- name: Build release
run: npm run build

Expand Down

0 comments on commit 918017b

Please sign in to comment.