Skip to content

Commit

Permalink
tmp: test only websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 11, 2022
1 parent 3de3a86 commit 42bae07
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ jobs:
strategy:
matrix:
dir: [
express-server,
.interop/express-server,
express-minimal,
.interop/next-prisma-starter,
.interop/next-minimal-starter-migration,
.interop/next-prisma-starter-websockets,
.interop/next-prisma-todomvc,
next-minimal-starter,
.interop/next-minimal-starter,
.interop/standalone-server,
fastify-server,
.interop/fastify-server,
cloudflare-workers,
.interop/cloudflare-workers,
next-prisma-starter,
next-prisma-starter-sqlite,
# express-server,
# .interop/express-server,
# express-minimal,
# .interop/next-prisma-starter,
# .interop/next-minimal-starter-migration,
# .interop/next-prisma-starter-websockets,
# .interop/next-prisma-todomvc,
# next-minimal-starter,
# .interop/next-minimal-starter,
# .interop/standalone-server,
# fastify-server,
# .interop/fastify-server,
# cloudflare-workers,
# .interop/cloudflare-workers,
# next-prisma-starter,
# next-prisma-starter-sqlite,
next-prisma-starter-websockets,
# next-prisma-todomvc,
standalone-server,
# standalone-server,
]
node-start: ['16.x']
os: [ubuntu-latest]
Expand Down

0 comments on commit 42bae07

Please sign in to comment.