Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
exclude some tests from running on webkit browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiah-abuga committed Aug 20, 2023
1 parent 185d7cc commit fb1c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [chrome, firefox, edge, webkit]
containers: [edge, webkit, chrome, firefox]

steps:
- name: Checkout
Expand Down

0 comments on commit fb1c395

Please sign in to comment.