Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navchandar authored Feb 7, 2024
1 parent fb76bd7 commit 2faffbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

- name: Setup Chrome
uses: browser-actions/setup-chrome@v1.2.0
run: chrome --version

- name: Install dependencies
run: |
Expand All @@ -32,4 +31,4 @@ jobs:
- name: Test
run: |
python -m unittest test || python3 -m unittest test.py
python -m unittest test || python3 -m unittest test.py

0 comments on commit 2faffbe

Please sign in to comment.