Skip to content

Commit

Permalink
Enable playwright for additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 19, 2024
1 parent b152205 commit 8703397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # caching setup doesn't work on windows (yet), and macos is 10 times expensive minutes wise
# os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8703397

Please sign in to comment.