We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006da2 commit 9fa4da2Copy full SHA for 9fa4da2
.github/workflows/Autotests.yaml
@@ -6,7 +6,7 @@ on:
6
branches: [ main ]
7
8
env:
9
- BROWSER_PARAMS: "--window-size=1920,1080 --allowed-ips"
+ BROWSER_PARAMS: "--window-size=1920,1080 --allowed-ips --no-sandbox"
10
11
jobs:
12
build:
.github/workflows/main.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet build -c Release --no-restore
29
- name: Get version
30
run: |
31
- export VER=$(grep -oP '\d+\.\d+\.\d+(?=</PackageVersion>)' /Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj)
+ export VER=$(grep -oP '\d+\.\d+\.\d+(?=</PackageVersion>)' Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj)
32
echo "VER=$VER" >> $GITHUB_ENV
33
echo $VER
34
- name: Package app
0 commit comments