Skip to content

Commit 54c3e06

Browse files
author
Mike Taylor
authored
Merge pull request #2766 from /issues/2764/1
Fixes #2764 - Prints firefox version used by CircleCI
2 parents 14c0cba + 0ee72dd commit 54c3e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
npm run lint
6060
npm run build
6161
node --max-old-space-size=8192 ./tests/functional/_intern.js --reporters="runner" --firefoxBinary=`which firefox`
62+
firefox --version
6263
6364
- store_artifacts:
6465
path: test-reports

0 commit comments

Comments
 (0)