Skip to content

Commit ba2813c

Browse files
committed
Log installation output
1 parent ea723dc commit ba2813c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/setup-chrome-headless-shell

.github/actions/setup-chrome-headless-shell/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ runs:
2121
echo "version to install: $CHROME_VERSION"
2222
PUPPETEER_CMD="browsers install chrome-headless-shell@$CHROME_VERSION"
2323
CHROME_BIN=`pnpm --filter devextreme-angular exec puppeteer $PUPPETEER_CMD | awk '{print $2}'`
24-
chmod +x $CHROME_BIN
2524
echo "chrome-headless-shell installed in: $CHROME_BIN"
25+
chmod +x $CHROME_BIN
2626
$CHROME_BIN --version
2727
echo "CHROME_SHELL=$CHROME_BIN" >> $GITHUB_ENV
2828
else

0 commit comments

Comments
 (0)