Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
run test-cov instead of test to generate test coverage
  • Loading branch information
canbax committed Jan 21, 2024
1 parent e9da351 commit 9166482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- run: npm ci
- run: npm run format
- run: npm run lint
- run: npm test
- run: npm run test-cov
- run: npm run make-badges:ci

1 comment on commit 9166482

@vercel
Copy link

@vercel vercel bot commented on 9166482 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

namaz-vakti-api – ./

namaz-vakti.vercel.app
namaz-vakti-api-canbax.vercel.app
namaz-vakti-api-git-main-canbax.vercel.app

Please sign in to comment.