Skip to content

Commit

Permalink
try to fix github action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Sep 27, 2024
1 parent 056d5dc commit c0a48f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,18 @@ jobs:
node: [ '18', '20', '22' ]
name: Node ${{ matrix.node }} (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install Google Chrome on macOS
if: runner.os == 'macOS'
run: brew install --cask google-chrome
- name: Install Google Chrome on Windows
if: runner.os == 'Windows'
run: choco install googlechrome
- name: install dependencies
run: yarn
- name: patch packages
Expand Down

0 comments on commit c0a48f0

Please sign in to comment.