From 06e4961288dd5a4755c0df844b93f9cb5a040357 Mon Sep 17 00:00:00 2001 From: Dyllon Date: Mon, 20 Feb 2023 22:21:11 +0800 Subject: [PATCH] remove dynamodb offline from ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b7a72e..8111ef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}