Skip to content

Commit 6e66084

Browse files
committed
Fix run cypress tests on ci
1 parent 4568f64 commit 6e66084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ blocks:
102102
commands:
103103
- cd src/client
104104
- cache restore client-node-modules-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json),client-node-modules-$SEMAPHORE_GIT_BRANCH,client-node-modules-master
105+
- npx cypress install
105106
- npm run test:e2e
106107
- name: Server Tests
107108
commands:

0 commit comments

Comments
 (0)