Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(ci): rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jun 17, 2020
1 parent db902a1 commit 04fb6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- run: *install_yarn_version
- restore_cache: *restore_yarn_cache
- run: *run_yarn_install
- save_cache: *save_yarn_cache
- run: yarn run cy:verify
- run: yarn run cy:info
- save_cache: *save_yarn_cache
- run:
name: Cypress test Actions
command: yarn run cy:run
Expand Down

0 comments on commit 04fb6f6

Please sign in to comment.