We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3670d commit 07af70bCopy full SHA for 07af70b
.circleci/config.yml
@@ -452,6 +452,8 @@ commands:
452
name: download firefox
453
shell: powershell.exe -ExecutionPolicy Bypass
454
command: |
455
+ $ErrorActionPreference = 'Stop'
456
+
457
# To download Firefox, we must first figure out what the latest Firefox version name is.
458
# This is because there does not exist a stable/static URL to download latest Firefox from.
459
$html = Invoke-WebRequest "https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/"
0 commit comments