We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917bac4 commit e6214c2Copy full SHA for e6214c2
docs/configurator.md
@@ -107,9 +107,9 @@ jobs:
107
{%- endif %}
108
- name: Install shards
109
{%- if is_app %}
110
- run: {% if cache_shards %}shards check || {% endif %}shards install --ignore-crystal-version
+ run: {% if cache_shards %}shards check || {% endif %}shards install{% if crystal_ver %} --ignore-crystal-version{% endif %}
111
{%- else %}
112
- run: shards update --ignore-crystal-version
+ run: shards update{% if crystal_ver %} --ignore-crystal-version{% endif %}
113
114
- name: Run tests
115
run: crystal spec --order=random
0 commit comments