Skip to content

Commit

Permalink
ci: fix e2e step
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 1, 2020
1 parent 849c4ce commit 022b666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- checkout
- restore_cache:
key: *cache_key
- run: npm install
- run: npm ci
- save_cache:
key: *cache_key
paths:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
<<: *run_cypress
steps:
- checkout
- run: npm ci
- restore_cache:
key: *cache_key
- attach_workspace:
Expand Down

0 comments on commit 022b666

Please sign in to comment.