chore(ci): fix typo for test-vue-e2e step (#24256)

This commit is contained in:
Ryan Waskiewicz
2021-11-23 14:28:58 -05:00
committed by GitHub
parent 816096f897
commit 07d83ccd24

View File

@@ -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