Skip to content

Commit b783b5e

Browse files
authored
chore(Internal): 🔖 new release candidate (#215)
2 parents 03bc838 + 8aa0daa commit b783b5e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/create-main-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
source_branch: staging
4545
destination_branch: main
4646
pr_reviewer: boyka-core
47-
pr_title: '🎉 PR: New Release'
47+
pr_title: 'chore(Internal): :bookmark: new release'
4848
pr_draft: true
4949
pr_body: |
5050
_This PR was generated via github actions workflow_

.github/workflows/create-staging-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
source_branch: develop
4545
destination_branch: staging
4646
pr_reviewer: boyka-core
47-
pr_title: '🎉 PR: New Release candidate'
47+
pr_title: 'chore(Internal): :bookmark: new release candidate'
4848
pr_draft: true
4949
pr_body: |
5050
_This PR was generated via github actions workflow_

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: yarn install
3636

3737
- name: Build the project
38-
run: mvn install -f core-java/pom.xml -DskipTests -Dcheckstyle.skip
38+
run: mvn clean install -f core-java/pom.xml -DskipTests -Dcheckstyle.skip
3939

4040
- name: Get the version
4141
id: version

sample-tests/src/test/resources/boyka-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"test_selenium_grid": {
7070
"browser": "REMOTE",
7171
"cloud": "NONE",
72+
"host": "localhost",
7273
"port": "4444",
7374
"capabilities": {
7475
"browserName": "chrome",

0 commit comments

Comments
 (0)