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:
Fijxu 2026-08-03 17:15:31 -04:00 committed by GitHub
parent 4b014bdc82
commit 66fb829dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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