From c23b7cb6baab48e51ea543fb0a28bbdcb115a619 Mon Sep 17 00:00:00 2001 From: Jeremy Maitin-Shepard Date: Wed, 23 Nov 2022 19:10:26 -0800 Subject: [PATCH] chore(github-actions): ensure firefox is installed for client job --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d975f5846..db7d8dd6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: npm run build-module --no-typecheck - name: Build Python client bundles run: npm run build-python --no-typecheck - - run: sudo apt-get install xvfb + - run: sudo apt-get install firefox xvfb if: startsWith(runner.os, 'Linux') - name: Run JavaScript tests (including WebGL) # Swiftshader, used by Chrome headless, crashes when running Neuroglancer