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 d5908f2 commit 94cec70Copy full SHA for 94cec70
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
type: string
9
jobs:
10
release:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
12
concurrency: blazemeter_test
13
steps:
14
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
43
branch: master
44
file_pattern: 'pom.xml */pom.xml README.md docs/index.md docs/guide/**'
45
- name: package release
46
- run: mvn --batch-mode --no-transfer-progress clean install --settings .github/settings.xml
+ run: mvn --batch-mode --no-transfer-progress -Dwebdriver.chrome.driver=/usr/bin/chromedriver clean install --settings .github/settings.xml
47
env:
48
BZ_TOKEN: ${{ secrets.BZ_TOKEN }}
49
OCTOPERF_API_KEY: ${{ secrets.OCTOPERF_API_KEY }}
0 commit comments