Skip to content

Commit e6f4ab9

Browse files
committed
WIP #250 - Attempt to fix syntax
1 parent 4bac526 commit e6f4ab9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/crossBrowserTesting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# os: OS X
5353
# osVersion: Tahoe
5454

55-
name: Build, test & package
55+
name: Run tests
5656
runs-on: ubuntu-24.04
5757
timeout-minutes: 30
5858

@@ -62,7 +62,7 @@ jobs:
6262
Configuration: Release
6363
Tfm: net8.0
6464
DotnetVersion: 8.0.x
65-
"WebDriverFactory::SelectedConfiguration": BrowserStack
65+
WebDriverFactory__SelectedConfiguration: BrowserStack
6666
BSbrowserName: ${{ matrix.browserName }}
6767
BSbrowserVersion: ${{ matrix.browserVersion }}
6868
BSos: ${{ matrix.os }}

.github/workflows/dotnetCi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
PullRequestParam: ${{ github.event_name == 'pull_request' && format('/d:sonar.pullrequest.key={0}', github.event.number) || '' }}
4242
DISPLAY: :99
4343
# Change selected factory to VerboseChrome to debug Chrome-related issues
44-
"WebDriverFactory::SelectedConfiguration": DefaultChrome
44+
WebDriverFactory__SelectedConfiguration: DefaultChrome
4545

4646
steps:
4747
- name: Checkout

0 commit comments

Comments
 (0)