the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: add e2e tests

+6
+6
.github/workflows/ci.yml
··· 20 20 lint 21 21 env: 22 22 GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} 23 + - name: Run tests 24 + run: | 25 + deno run -A --unstable-kv main.ts init -t tsirysndr/base-workspace 26 + deno run -A --unstable-kv main.ts up 27 + deno run -A --unstable-kv main.ts logs 28 + docker ps