Skip to content

Commit

Permalink
Merge pull request #2 from thisyahlen-deriv/thisyahlen/eslint
Browse files Browse the repository at this point in the history
fix: eslint
  • Loading branch information
ali-hosseini-deriv authored Mar 22, 2024
2 parents 7d9d31a + a6ce718 commit 58b2925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run build

- name: Run tests for Eslint
run: npm run test:eslint
run: npm run test:lint

- name: Run unit tests and coverage report
run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: npm run build

- name: Run tests for Eslint
run: npm run test:eslint
run: npm run test:lint

- name: Run unit tests and coverage report
run: npm run test
Expand Down

0 comments on commit 58b2925

Please sign in to comment.