Skip to content

Commit

Permalink
chore: 🚧 Run E2E tests on multiple browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenvanMeijeren committed Nov 29, 2023
1 parent 537e382 commit 393f189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# don't fail the entire matrix on failure
fail-fast: false
matrix:
test-platform: [firefox]
test-platform: [firefox, electron]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 393f189

Please sign in to comment.