Skip to content

Commit

Permalink
apt-get install -y google-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Apr 1, 2024
1 parent 8e14ae4 commit d2ec85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v1
- uses: browser-actions/setup-chrome@v1
- name: Install google-chrome
run: apt-get install -y google-chrome
# - uses: browser-actions/setup-chrome@v1
- uses: nanasess/setup-chromedriver@v2
- uses: actions/cache@v2
id: cache
Expand Down

0 comments on commit d2ec85c

Please sign in to comment.