From a9c5ef840efc5cc5ee9cb82be7b815a6bc0759da Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Fri, 26 Apr 2024 16:59:50 -0700 Subject: [PATCH] fix: install firefox in CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb97bcf1..19abd9d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + - name: 🦊 Setup firefox + id: setup-firefox + uses: browser-actions/setup-firefox@v1 + with: + firefox-version: latest - name: 💚 Use Node.js uses: actions/setup-node@v3 with: