Skip to content

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongruige committed Sep 9, 2021
1 parent 6245397 commit e09b43f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-daily.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-release.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/api-core-tests/bin/wc-api-tests.sh
Expand Up @@ -7,7 +7,7 @@
usage() {
echo 'usage: npx wc-api-tests <script>'
echo 'scripts:'
echo ' test - run API tests'
echo ' test <group> - run API tests with the specified group'
echo ' make:collection - build a Postman API Collection'
}

Expand Down

0 comments on commit e09b43f

Please sign in to comment.