Skip to content

Commit

Permalink
fix chrome install error on fidelity-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadbaghaei committed Dec 23, 2024
1 parent ee4c276 commit 80e7299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fidelity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: browser-actions/setup-chrome@v1
with:
install-chromedriver: true
install-dependencies: true

- name: Fix dependencies
run: apt -y --fix-broken install

- name: NPM install
run: npm ci
Expand Down

0 comments on commit 80e7299

Please sign in to comment.