Skip to content

Commit

Permalink
We have Unit tests already
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 18, 2024
1 parent 77e0901 commit b966485
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 911 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/deployment-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
plan:
[
'aws-lambda',
'azure-function',
'cloudflare-workers',
'cloudflare-modules',
'deno',
'bun',
]
plan: ['aws-lambda', 'azure-function', 'cloudflare-workers', 'cloudflare-modules', 'deno']
# TODO: Add vercel
name: e2e / ${{ matrix.plan }}

Expand All @@ -41,10 +33,6 @@ jobs:
with:
deno-version: vx.x.x

- name: Use Bun
if: matrix.plan == 'bun'
uses: oven-sh/setup-bun@v2

- name: Cache Node Modules
uses: actions/cache@v4
id: node-modules-cache-deployment-e2e
Expand Down
Loading

0 comments on commit b966485

Please sign in to comment.