Skip to content

Commit

Permalink
Added tests to workers before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
smakhtin committed Jul 4, 2024
1 parent a516a88 commit 4e08cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- name: Test @sni/api
run: pnpm test --filter @sni/api
- name: Deploy @sni/api
uses: cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # v3
with:
Expand Down

0 comments on commit 4e08cc9

Please sign in to comment.