Skip to content

Commit bc47d10

Browse files
committed
readme
1 parent 907e40e commit bc47d10

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
echo GIT_COMMIT_MESSAGE="$(git show -s --format=%s HEAD)"
6666
echo GIT_COMMIT_AUTHOR_NAME="$(git show -s --format='%ae' HEAD)"
6767
echo GIT_COMMIT_TIME="$(git show -s --format=%ci HEAD)"
68-
echo CHROME_VERSION="$(google-chrome --product-version 2>/dev/null || true)"
6968
} >> environment.properties
7069
- name: Generate Allure report
7170
if: always()

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
echo GIT_COMMIT_MESSAGE="$(git show -s --format=%s HEAD)"
121121
echo GIT_COMMIT_AUTHOR_NAME="$(git show -s --format='%ae' HEAD)"
122122
echo GIT_COMMIT_TIME="$(git show -s --format=%ci HEAD)"
123-
echo CHROME_VERSION="$(google-chrome --product-version 2>/dev/null || true)"
124123
} >> environment.properties
125124
- name: Link Playwright Traces And Videos To Allure Results
126125
if: always()

0 commit comments

Comments
 (0)