diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbb9fe4..ec8ee36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,4 +45,4 @@ jobs: run: 'cd example && npm install && npm run build' - name: 'End To End (e2e) Test Example' - run: 'npm run test:e2e' + run: 'cd example && npm run test:e2e'