Skip to content

Commit

Permalink
added ubuntu-latest definition
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-herscu committed Jan 7, 2025
1 parent 540f59e commit 648cb08
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/generate-automation-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ jobs:
environment: development

strategy:
# ISSUE ubuntu-latest is missing Google Chrome, hence local Selenium fails
# following https://github.com/QA-Automation-Starter/qa-automation/issues/221
# we will run these tests on ubuntu via deploy-* jobs,
# see on-main-push.yml and on-pull-request.yml.
# These jobs have credentials for SauceLabs account associated with
# this project, hence can bypass this limitation.
matrix:
os: [ macos-latest, windows-latest ]
os: [ macos-latest, windows-latest, ubuntu-latest ]

steps:
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 648cb08

Please sign in to comment.