Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf authored Jan 1, 2024
1 parent c18ddbe commit e287942
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
# - solid-start-deno
os:
- ubuntu-latest
# - macos-latest
- macos-latest
- windows-latest
include:
- os: ubuntu-latest
playwright_binary_path: ~/.cache/ms-playwright
# - os: macos-latest
# playwright_binary_path: ~/Library/Caches/ms-playwright
- os: macos-latest
playwright_binary_path: ~/Library/Caches/ms-playwright
- os: windows-latest
playwright_binary_path: '~\\AppData\\Local\\ms-playwright'

Expand Down Expand Up @@ -93,12 +93,12 @@ jobs:
run: pnpm --filter tests install:playwright

- uses: oven-sh/setup-bun@v1
if: runner.os == 'ubuntu-latest'
if: runner.os != 'window-latest'
with:
bun-version: latest

- name: 👀 Build things that need to be built
if: runner.os == 'ubuntu-latest'
if: runner.os != 'window-latest'
env:
START_ADAPTER: ${{ matrix.adapter }}
run: npm run build
Expand Down

0 comments on commit e287942

Please sign in to comment.