Skip to content

Commit

Permalink
platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jul 12, 2024
1 parent 90b6b54 commit 2c8595a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,14 @@ jobs:
with:
node-version: 20.x

- name: Update Brew (macOS)
if: matrix.os == 'macOS-latest'
run: brew update

- name: Install Dependencies
run: yarn bootstrap

- name: Install Playwright Browsers
run: yarn playwright install --with-deps

- name: Run Tests
run: yarn test --browser.name=$BROWSER --browser.headless
run: yarn test --browser.name=${{ env.BROWSER }} --browser.headless
env:
BROWSER: ${{ matrix.browser }}

Expand Down

0 comments on commit 2c8595a

Please sign in to comment.