Skip to content

Commit

Permalink
fix: install js deps for tics (#1857)
Browse files Browse the repository at this point in the history
* fix: install js deps for tics

* Update coverage.yml
  • Loading branch information
Lukewh authored Jun 20, 2024
1 parent a5bc7f7 commit f2e80cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
- name: Install Python dependencies
run: sudo pip3 install pylint

- name: Install JS dependencies
run: yarn install

- name: Produce TICS report
shell: bash
run: |
Expand Down

0 comments on commit f2e80cb

Please sign in to comment.