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 a2af549 commit cacb566Copy full SHA for cacb566
docs/configurator.md
@@ -104,9 +104,9 @@ jobs:
104
{%- endif %}
105
- name: Install shards
106
{%- if is_app %}
107
- run: {% if cache_shards %}shards check || {% endif %}shards install{% if crystal_nightly %} --ignore-crystal-version{% endif %}
+ run: {% if cache_shards %}shards check || {% endif %}shards install --ignore-crystal-version
108
{%- else %}
109
- run: shards update{% if crystal_nightly %} --ignore-crystal-version{% endif %}
+ run: shards update --ignore-crystal-version
110
111
- name: Run tests
112
run: crystal spec
0 commit comments