mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 17:12:45 -05:00
CI: Exclude development dependencies from build job
This commit is contained in:
parent
40378a2dc0
commit
d3cbc52291
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
- name: Install Shards
|
- name: Install Shards
|
||||||
run: |
|
run: |
|
||||||
if ! shards check; then
|
if ! shards check; then
|
||||||
shards install
|
shards install --without-development
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user