commit d4f7628ad7d26869b90ccd08002387042d066616
parent bcd847a96a61e893663c0622176f4fbc0670413d
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Mon, 28 Nov 2022 22:29:44 +0100
github actions: explicitly install firefox latest
For unknown reason tests can not find firefox anymore, if it is no
specifically installed
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
firefox-version: '52.9.0esr'
needs-xvfb: true
- browser: FirefoxHeadless
+ firefox-version: 'latest'
- browser: ChromeHeadless
steps:
- uses: actions/checkout@v2