File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments