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