Skip to content

Commit 14acebd

Browse files
committed
enable all
1 parent 5a4a326 commit 14acebd

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -296,21 +296,22 @@ jobs:
296296
strategy:
297297
fail-fast: false
298298
matrix:
299-
test-name: [
299+
test-name:
300+
[
300301
"generic",
301302
"express",
302-
# "ap-flows",
303-
# "localhost",
304-
# "sessions",
305-
# "sessions:staging",
306-
# "handshake",
307-
# "handshake:staging",
308-
# "astro",
309-
# "tanstack-react-start",
310-
# "vue",
303+
"ap-flows",
304+
"localhost",
305+
"sessions",
306+
"sessions:staging",
307+
"handshake",
308+
"handshake:staging",
309+
"astro",
310+
"tanstack-react-start",
311+
"vue",
311312
"nuxt",
312-
# "react-router",
313-
# "custom",
313+
"react-router",
314+
"custom",
314315
]
315316
test-project: ["chrome"]
316317
include:
@@ -320,12 +321,12 @@ jobs:
320321
- test-name: "billing"
321322
test-project: "chrome"
322323
clerk-use-rq: "true"
323-
# - test-name: "machine"
324-
# test-project: "chrome"
325-
# clerk-use-rq: "false"
326-
# - test-name: "machine"
327-
# test-project: "chrome"
328-
# clerk-use-rq: "true"
324+
- test-name: "machine"
325+
test-project: "chrome"
326+
clerk-use-rq: "false"
327+
- test-name: "machine"
328+
test-project: "chrome"
329+
clerk-use-rq: "true"
329330
- test-name: "nextjs"
330331
test-project: "chrome"
331332
next-version: "15"

0 commit comments

Comments
 (0)