Skip to content

Commit

Permalink
fix fidelity-tests chrome error
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadbaghaei committed Dec 23, 2024
1 parent ce1d45e commit ee4c276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/fidelity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:

- uses: actions/setup-node@v4

- uses: browser-actions/setup-chrome@v1
with:
install-chromedriver: true
install-dependencies: true

- name: NPM install
run: npm ci

Expand Down

0 comments on commit ee4c276

Please sign in to comment.