Skip to content

Commit

Permalink
fix: test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 16, 2024
1 parent 8b0a9c1 commit e38ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Tests Against Vercel
env:
VERCEL_URL: ${{ steps.deploy-vercel-staging.outputs.preview-url }}
run: bun run test
run: bun test

- name: Deploy to Production
uses: amondnet/vercel-action@v20
Expand Down

0 comments on commit e38ea8a

Please sign in to comment.