From 0f2ff9c235510632b26d6de6042d3b417fd47049 Mon Sep 17 00:00:00 2001 From: Miquel Simon Date: Thu, 25 May 2023 10:02:05 +0200 Subject: [PATCH] Enable Firefox for WebAuthn and Account Console tests (#20546) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f22e700adf..333f5f6fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -406,7 +406,7 @@ jobs: timeout-minutes: 75 strategy: matrix: - browser: [chrome] + browser: [chrome, firefox] fail-fast: false steps: - uses: actions/checkout@v3 @@ -436,7 +436,7 @@ jobs: timeout-minutes: 45 strategy: matrix: - browser: [chrome] + browser: [chrome, firefox] fail-fast: false steps: - uses: actions/checkout@v3