From 7a4fe5d9d1de47591f2a0e1d649ffb80f4bd9665 Mon Sep 17 00:00:00 2001 From: Nikhil Saraf Date: Wed, 25 Oct 2023 04:50:43 +0530 Subject: [PATCH] github workflow fixes --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bffef78c..07ef9667 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}