Skip to content

Commit

Permalink
remove dynamodb offline from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDyllon committed Feb 20, 2023
1 parent d77a04a commit 06e4961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: npm run setup

- name: Pytest
run: npm run test
run: npm run test:py # TODO: change this to `npm run test`

env:
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
Expand Down

0 comments on commit 06e4961

Please sign in to comment.