Skip to content

Commit

Permalink
add setup chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent 13e1980 commit 9714bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/robot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
with:
python-version: '3.9'
- run: pip install -r requirements.txt
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '121.0.6167.85'
- run: robot -d reports/ tests/*.robot

0 comments on commit 9714bb2

Please sign in to comment.