mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52: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
|
||||
run: |
|
||||
if ! shards check; then
|
||||
shards install
|
||||
shards install --without-development
|
||||
fi
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user