Skip to content

Commit

Permalink
Update prod_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Aug 1, 2023
1 parent b1e476c commit 28c1822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test_prod
run: npm run env -- mocha --timeout 10000 --recursive --require babel-register test_prod/
env:
API_KEY: ${{ secrets.API_KEY }}
API_SECRET: ${{ secrets.API_SECRET }}

0 comments on commit 28c1822

Please sign in to comment.