Skip to content

Commit

Permalink
chore: add google chrome installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Oct 14, 2024
1 parent 8f381c5 commit 6ced637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Google Chrome
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
- run: yarn
- run: yarn test

0 comments on commit 6ced637

Please sign in to comment.