mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-04 14:22:04 +00:00
CI: Exclude development dependencies from build job (#5860)
* CI: Exclude development dependencies from build job * use --production and then install spectator to skip building of Ameba * this should prevent ameba from building
This commit is contained in:
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 --skip-postinstall --skip-executables
|
||||
fi
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user