ci(test): fix folder path for e2e tests

This commit is contained in:
Divlo
2022-08-26 23:53:13 +02:00
parent ce884c354d
commit 1125103c45

View File

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