1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00

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
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

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'