diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb1374ef9..caa2fdcd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,8 @@ jobs: - name: Run e2e tests run: pnpm run test:e2e + + - name: Run transition tests run: pnpm run test:transition lint-and-test-dts: