Skip to content

Commit

Permalink
Update netlify-edge-functions-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil authored Sep 13, 2024
1 parent 0faf245 commit e7df81c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/netlify-edge-functions-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Run tests for netlify edge-functions

on:
workflow_dispatch
pull_request:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
netlify-tests:
Expand All @@ -16,5 +17,5 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}
- name: Test with Deno
run: deno test --allow-env --trace-ops

run: deno test --allow-env --trace-ops netlify/**/*.test.ts

0 comments on commit e7df81c

Please sign in to comment.