Skip to content

Commit

Permalink
added missing link style (#33)
Browse files Browse the repository at this point in the history
* added missing link style
* clear circleci cache bucket
  • Loading branch information
pookmish authored and sherakama committed Oct 28, 2019
1 parent 5bba093 commit 33c71bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ code_coverage: &code_coverage
steps:
- restore_cache:
keys:
- dependencies-
- dependencies-v1
- checkout:
path: /var/www/test
- run:
Expand All @@ -27,7 +27,7 @@ code_coverage: &code_coverage
composer global require SU-SWS/stanford-caravan:dev-8.x-1.x
~/.composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=/var/www/test --with-coverage
- save_cache:
key: dependencies-{{ epoch }}
key: dependencies-v1-{{ epoch }}
paths:
- .
- store_test_results:
Expand All @@ -40,7 +40,7 @@ behat: &behat
steps:
- restore_cache:
keys:
- dependencies-
- dependencies-v1
- checkout:
path: /var/www/test
- run:
Expand All @@ -49,7 +49,7 @@ behat: &behat
composer global require SU-SWS/stanford-caravan:dev-8.x-1.x
~/.composer/vendor/bin/sws-caravan behat /var/www/html --extension-dir=/var/www/test
- save_cache:
key: dependencies-{{ epoch }}
key: dependencies-v1-{{ epoch }}
paths:
- .
- store_test_results:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/editor.editor.stanford_minimal_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ settings:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: "a.su-button|Button\r\na.su-button--big|Big Button\r\na.su-button--secondary|Secondary Button"
styles: "a.su-button|Button\r\na.su-button--big|Big Button\r\na.su-button--secondary|Secondary Button\r\na.su-link--action|Action Link"
language:
language_list: un
image_upload:
Expand Down

0 comments on commit 33c71bd

Please sign in to comment.