Skip to content

Commit

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

- 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 70f5e3b

Please sign in to comment.