Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jan 1, 2024
1 parent c62eba6 commit 75d1d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ jobs:
run: pnpm --filter tests install:playwright

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

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

0 comments on commit 75d1d1c

Please sign in to comment.