chore: fix Firefox install checker (#6129)

I think when the FF version changes this check breaks - let's just make
it check that a version installed rather than the specific version else
this will happen on a continuing basis.
This commit is contained in:
Jack Franklin 2020-06-30 15:52:53 +01:00 committed by GitHub
parent 1f5e333f00
commit 9d79cc89cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ cd $TMPDIR
PUPPETEER_PRODUCT=firefox npm install --loglevel silent "${tarball}"
node --eval="require('puppeteer')"
rm "${tarball}"
ls $TMPDIR/node_modules/puppeteer/.local-firefox/linux-79.0a1/firefox/firefox
ls $TMPDIR/node_modules/puppeteer/.local-firefox/
# Again for puppeteer-core
cd $ROOTDIR