Skip to content

chore: update pnpm-lock.yaml after adding test dependencies #2

chore: update pnpm-lock.yaml after adding test dependencies

chore: update pnpm-lock.yaml after adding test dependencies #2

Workflow file for this run

name: E2E Tests
on:
push:
branches: [main]
jobs:
e2e:
name: E2E (testcontainers)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- uses: pnpm/action-setup@v4
with:
version: latest
- run: pnpm install
- name: Run E2E tests
run: pnpm test:e2e
env:
TESTCONTAINERS_RYUK_DISABLED: true