From b66b7542440894ef9836b2c3b896261c8b8d4676 Mon Sep 17 00:00:00 2001 From: jamelreid Date: Wed, 26 Jan 2022 14:21:51 -0500 Subject: [PATCH] Fixed test command --- .github/workflows/smoke-test-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test-daily.yml b/.github/workflows/smoke-test-daily.yml index c130a9b1738..2bb316e7363 100644 --- a/.github/workflows/smoke-test-daily.yml +++ b/.github/workflows/smoke-test-daily.yml @@ -151,4 +151,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.E2E_GH_TOKEN }} run: | pnpx wc-e2e test:e2e tests/e2e/specs/smoke-tests/upload-plugin.js - pnpx wc-e2e test-e2e + pnpx wc-e2e test:e2e