Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 126fd73

Browse files
author
JaiminPatel
committed
fix: updating jest test
1 parent d359981 commit 126fd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- run: npm ci
16-
- run: jest --apikey=${{ secrets.MD_API_KEY }}
16+
- run: npx jest --apikey=${{ secrets.MD_API_KEY }}
1717
- run: npm run prepare
1818
- uses: ./
1919
with:

0 commit comments

Comments
 (0)