Skip to content

Commit

Permalink
Add browser matrix as an array
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsee55 committed Mar 24, 2023
1 parent 83d4f95 commit 5cf5226
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
# container: cypress/browsers:node14.17.6-chrome100-ff98
# container: cypress/browsers:node14.17.0-chrome88-ff89
container: cypress/browsers:node16.5.0-chrome94-ff93
name: E2E on Tests
name: E2E on Tests Windows
strategy:
matrix:
browser: 'chrome'
browser:
- 'chrome'
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
Expand Down

0 comments on commit 5cf5226

Please sign in to comment.