Skip to content

Commit

Permalink
github workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Oct 24, 2023
1 parent b4a24b5 commit 7a4fe5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,15 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: pnpm --filter tests install:playwright

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: 👀 Build things that need to be built
env:
START_ADAPTER: ${{ matrix.adapter }}
run: npm run build

- name: 👀 Run Integration Tests
env:
START_ADAPTER: ${{ matrix.adapter }}
Expand Down

0 comments on commit 7a4fe5d

Please sign in to comment.