From e09b43f0996f07d27a51fdf36fb38a179dca02d3 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 9 Sep 2021 12:23:23 -0600 Subject: [PATCH] Code review feedback --- .github/workflows/smoke-test-daily.yml | 2 +- .github/workflows/smoke-test-release.yml | 2 +- package.json | 2 +- tests/e2e/api-core-tests/bin/wc-api-tests.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/smoke-test-daily.yml b/.github/workflows/smoke-test-daily.yml index 17b2d7118eac8..f907d6a43416e 100644 --- a/.github/workflows/smoke-test-daily.yml +++ b/.github/workflows/smoke-test-daily.yml @@ -47,4 +47,4 @@ jobs: run: | npx wc-e2e test:e2e ./tests/e2e/specs/smoke-tests/update-woocommerce.js npx wc-e2e test:e2e - npx wc-api-tests test:api + npx wc-api-tests test api diff --git a/.github/workflows/smoke-test-release.yml b/.github/workflows/smoke-test-release.yml index 4134f8c5a399d..ad657f743e80e 100644 --- a/.github/workflows/smoke-test-release.yml +++ b/.github/workflows/smoke-test-release.yml @@ -48,4 +48,4 @@ jobs: run: | npx wc-e2e test:e2e ./tests/e2e/specs/smoke-tests/update-woocommerce.js npx wc-e2e test:e2e - npx wc-api-tests test:api + npx wc-api-tests test api diff --git a/package.json b/package.json index 16fc1ab1bf7f8..daa6649d7d409 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "docker:down": "npx wc-e2e docker:down", "docker:ssh": "npx wc-e2e docker:ssh", "docker:up": "npx wc-e2e docker:up", - "test:api": "npx wc-api-tests test", + "test:api": "npx wc-api-tests test api", "make:collection": "npx wc-api-tests make:collection", "test:e2e": "npx wc-e2e test:e2e", "test:e2e-debug": "npx wc-e2e test:e2e-debug", diff --git a/tests/e2e/api-core-tests/bin/wc-api-tests.sh b/tests/e2e/api-core-tests/bin/wc-api-tests.sh index 525ccc119428a..d271732f9ca5c 100755 --- a/tests/e2e/api-core-tests/bin/wc-api-tests.sh +++ b/tests/e2e/api-core-tests/bin/wc-api-tests.sh @@ -7,7 +7,7 @@ usage() { echo 'usage: npx wc-api-tests