ci(test): fix folder path for e2e tests
This commit is contained in:
parent
ce884c354d
commit
1125103c45
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -45,4 +45,4 @@ jobs:
|
|||||||
run: 'cd example && npm install && npm run build'
|
run: 'cd example && npm install && npm run build'
|
||||||
|
|
||||||
- name: 'End To End (e2e) Test Example'
|
- name: 'End To End (e2e) Test Example'
|
||||||
run: 'npm run test:e2e'
|
run: 'cd example && npm run test:e2e'
|
||||||
|
Reference in New Issue
Block a user