Skip to content

Commit 94cec70

Browse files
Fix issue in release with Selenium
1 parent d5908f2 commit 94cec70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
jobs:
1010
release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
concurrency: blazemeter_test
1313
steps:
1414
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
branch: master
4444
file_pattern: 'pom.xml */pom.xml README.md docs/index.md docs/guide/**'
4545
- name: package release
46-
run: mvn --batch-mode --no-transfer-progress clean install --settings .github/settings.xml
46+
run: mvn --batch-mode --no-transfer-progress -Dwebdriver.chrome.driver=/usr/bin/chromedriver clean install --settings .github/settings.xml
4747
env:
4848
BZ_TOKEN: ${{ secrets.BZ_TOKEN }}
4949
OCTOPERF_API_KEY: ${{ secrets.OCTOPERF_API_KEY }}

0 commit comments

Comments
 (0)