From c9ccd8df3cd596fc088ab4378f04259339719552 Mon Sep 17 00:00:00 2001 From: Julien Elbaz Date: Sat, 11 May 2024 11:46:55 +0200 Subject: [PATCH] :arrow_up: Install firefox in the CI env --- .github/workflows/browser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index 78bd2b1..3aa0491 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/setup-node@v3 with: cache: "npm" + - name: Install firefox + run: brew install --cask firefox - name: Install dependencies run: npm ci - name: Build