diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42d1236f9..b89facaab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,8 @@ jobs: - name: Install Shards run: | if ! shards check; then - shards install --without-development + shards install --production + shards install spectator --frozen fi - name: Run tests