From 07d83ccd247e8990158f26e9320e626f38b5e961 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Tue, 23 Nov 2021 14:28:58 -0500 Subject: [PATCH] chore(ci): fix typo for test-vue-e2e step (#24256) --- .github/workflows/actions/test-vue-e2e/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/test-vue-e2e/action.yml b/.github/workflows/actions/test-vue-e2e/action.yml index a2383911e7..7771c91322 100644 --- a/.github/workflows/actions/test-vue-e2e/action.yml +++ b/.github/workflows/actions/test-vue-e2e/action.yml @@ -41,7 +41,7 @@ runs: run: npm run test:unit shell: bash working-directory: ./packages/vue/test-app - - name: Run E2E ests + - name: Run E2E Tests run: npm run test:e2e shell: bash working-directory: ./packages/vue/test-app