Skip to content

Commit

Permalink
Automation to check dependent packages for breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey committed Jul 20, 2023
1 parent e8143ce commit 552b897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: ./test/web-platform-tests/tests/wpt make-hosts-file | sudo tee -a /etc/hosts
- name: Install dependencies
run: |
yarn add tough-cookie.tgz
ls
yarn add ./tough-cookie.tgz
yarn install
- name: Run tests
run: yarn test --retries 1
Expand Down

0 comments on commit 552b897

Please sign in to comment.