From 9e06a506a404cc1088a817d57cac3f3adcb0d35e Mon Sep 17 00:00:00 2001 From: Nikos Douvlis Date: Mon, 4 Nov 2024 20:09:22 +0200 Subject: [PATCH] chore(repo): Run clerk-expo tests in cicd --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'