diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369bdcf6db..423ca06fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: strategy: fail-fast: false matrix: - test-name: ['generic', 'express', 'quickstart', 'ap-flows', 'elements', 'sessions', 'astro', 'tanstack-start', 'tanstack-router'] + test-name: [ 'generic', 'express', 'quickstart', 'ap-flows', 'elements', 'sessions', 'astro', 'expo-web', 'tanstack-start', 'tanstack-router' ] test-project: ['chrome'] include: - test-name: 'nextjs'