mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
parent
1f5e333f00
commit
9d79cc89cb
@ -22,7 +22,7 @@ cd $TMPDIR
|
|||||||
PUPPETEER_PRODUCT=firefox npm install --loglevel silent "${tarball}"
|
PUPPETEER_PRODUCT=firefox npm install --loglevel silent "${tarball}"
|
||||||
node --eval="require('puppeteer')"
|
node --eval="require('puppeteer')"
|
||||||
rm "${tarball}"
|
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
|
# Again for puppeteer-core
|
||||||
cd $ROOTDIR
|
cd $ROOTDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user