From 1a57eb554e6b7aaa84549a12162da87f9841ac8a Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 19 Oct 2022 23:11:24 +0800 Subject: [PATCH] remove redundant test CI command --- .github/workflows/actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9aff876..56078a7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,5 +43,4 @@ jobs: - run: cd js && npm install && npm test - run: cd python && python -m unittest test/test_* - run: cd cpp && make - - run: cd serverless/aws && npm install && npm test - run: cd serverless/cloudflare && npm install && npm test