Skip to content

Commit

Permalink
add e2e tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Oct 25, 2024
1 parent f46084f commit 312860c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ jobs:
node-version: ${{ matrix.node }}
- run: pnpm build
- run: pnpm test:examples -- --environment ${{ matrix.environment }}
test-e2e:
runs-on: ubuntu-latest
strategy:
matrix:
node: [22]
environment: [node]
name: test e2e usingNode ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
node-version: ${{ matrix.node }}
- run: pnpm build
- run: pnpm test:e2e

0 comments on commit 312860c

Please sign in to comment.