Skip to content

Commit 9fa4da2

Browse files
committed
Changed browser launch parameters for pipeline
1 parent e006da2 commit 9fa4da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Autotests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ main ]
77

88
env:
9-
BROWSER_PARAMS: "--window-size=1920,1080 --allowed-ips"
9+
BROWSER_PARAMS: "--window-size=1920,1080 --allowed-ips --no-sandbox"
1010

1111
jobs:
1212
build:

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet build -c Release --no-restore
2929
- name: Get version
3030
run: |
31-
export VER=$(grep -oP '\d+\.\d+\.\d+(?=</PackageVersion>)' /Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj)
31+
export VER=$(grep -oP '\d+\.\d+\.\d+(?=</PackageVersion>)' Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj)
3232
echo "VER=$VER" >> $GITHUB_ENV
3333
echo $VER
3434
- name: Package app

0 commit comments

Comments
 (0)